diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:52:05 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:52:05 +0100 |
commit | bbf5104c5ba37090c190c8688b14c4a07d00250b (patch) | |
tree | da1def553ce384d5121c5ca02363c9c5b0e64e08 /ospf6d/ospf6_auth_trailer.c | |
parent | doc: Fix spelling mistakes (diff) | |
download | frr-bbf5104c5ba37090c190c8688b14c4a07d00250b.tar.xz frr-bbf5104c5ba37090c190c8688b14c4a07d00250b.zip |
ospf6d: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospf6d/ospf6_auth_trailer.c')
-rw-r--r-- | ospf6d/ospf6_auth_trailer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_auth_trailer.c b/ospf6d/ospf6_auth_trailer.c index 2d0621cc2..5333fdc2f 100644 --- a/ospf6d/ospf6_auth_trailer.c +++ b/ospf6d/ospf6_auth_trailer.c @@ -488,7 +488,7 @@ int ospf6_auth_check_digest(struct ospf6_header *oh, struct ospf6_interface *oi, if (!keychain) { if (IS_OSPF6_DEBUG_AUTH_RX) zlog_err( - "RECV[%s]: Keychain does't exist for %s", + "RECV[%s]: Keychain doesn't exist for %s", oi->interface->name, ospf6_message_type(oh->type)); return OSPF6_AUTH_VALIDATE_FAILURE; |