diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:27:28 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 | 
| commit | 17be83bf99a9bf1b057955373ac0616288fcdb08 (patch) | |
| tree | fd3f8e93d5896eda145bf3ff07c5467e590aa5e4 /zebra/zserv.c | |
| parent | f75b91634837dbbb0d1d88cdc82a8380cb149b38 (diff) | |
*: Fix spelling of Gracefull
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 630c76c989..403f6c0d99 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -172,7 +172,7 @@ void zserv_log_message(const char *errmsg, struct stream *msg,  }  /* - * Gracefully shut down a client connection. + * Gracefuly shut down a client connection.   *   * Cancel any pending tasks for the client's thread. Then schedule a task on   * the main thread to shut down the calling thread. @@ -568,7 +568,7 @@ DEFINE_KOOH(zserv_client_close, (struct zserv *client), (client));   * Deinitialize zebra client.   *   * - Deregister and deinitialize related internal resources - * - Gracefully close socket + * - Gracefuly close socket   * - Free associated resources   * - Free client structure   *  | 
