diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-04-02 19:08:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 19:08:30 -0500 |
| commit | a46dd803b6e23245ceaa0c380c2056ab0c66510f (patch) | |
| tree | 087ed1951a7f4d6735963daf3b4591caab2a644a /ospfclient/ospf_apiclient.c | |
| parent | 9a33889d89aef9493949e4fe9d3718fb4efd9b0c (diff) | |
| parent | 94202742fb6525234779c4a01d55b1ca14b28700 (diff) | |
Merge pull request #10954 from donaldsharp/speell
Speell
Diffstat (limited to 'ospfclient/ospf_apiclient.c')
| -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 29f1c0807d..1908604bd9 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 * ----------------------------------------------------------- */ |
