summaryrefslogtreecommitdiffstats
path: root/ospfclient
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-01 22:27:55 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-04-01 22:27:55 +0200
commit78dfa0c754373e6ab8d879ec51ed703300519cdb (patch)
treebbee7ee84d621be7b82b339f1184b0f8e63c549d /ospfclient
parenttests: Fix spelling of daemons (diff)
downloadfrr-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.c6
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
* -----------------------------------------------------------
*/