diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-01 22:27:55 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-01 22:27:55 +0200 |
commit | 78dfa0c754373e6ab8d879ec51ed703300519cdb (patch) | |
tree | bbee7ee84d621be7b82b339f1184b0f8e63c549d /ospfclient | |
parent | tests: Fix spelling of daemons (diff) | |
download | frr-78dfa0c754373e6ab8d879ec51ed703300519cdb.tar.xz frr-78dfa0c754373e6ab8d879ec51ed703300519cdb.zip |
*: Fix spelling of Following
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfclient')
-rw-r--r-- | ospfclient/ospf_apiclient.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfclient/ospf_apiclient.c b/ospfclient/ospf_apiclient.c index 29f1c0807..1908604bd 100644 --- a/ospfclient/ospf_apiclient.c +++ b/ospfclient/ospf_apiclient.c @@ -91,7 +91,7 @@ static unsigned short ospf_apiclient_getport(void) } /* ----------------------------------------------------------- - * Followings are functions for connection management + * Following are functions for connection management * ----------------------------------------------------------- */ @@ -300,7 +300,7 @@ int ospf_apiclient_close(struct ospf_apiclient *oclient) } /* ----------------------------------------------------------- - * Followings are functions to send a request to OSPFd + * Following are functions to send a request to OSPFd * ----------------------------------------------------------- */ @@ -498,7 +498,7 @@ int ospf_apiclient_lsa_delete(struct ospf_apiclient *oclient, } /* ----------------------------------------------------------- - * Followings are handlers for messages from OSPF daemon + * Following are handlers for messages from OSPF daemon * ----------------------------------------------------------- */ |