diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:27:28 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 17be83bf99a9bf1b057955373ac0616288fcdb08 (patch) | |
tree | fd3f8e93d5896eda145bf3ff07c5467e590aa5e4 /bgpd/bgp_vty.c | |
parent | bgpd, vtysh: Fix spelliing of explicitely (diff) | |
download | frr-17be83bf99a9bf1b057955373ac0616288fcdb08.tar.xz frr-17be83bf99a9bf1b057955373ac0616288fcdb08.zip |
*: Fix spelling of Gracefull
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_vty.c')
-rw-r--r-- | bgpd/bgp_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 3600e2f0e..54237604b 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -13042,7 +13042,7 @@ static void bgp_show_peer(struct vty *vty, struct peer *p, bool use_json, json_object_object_add(json_cap, "hostName", json_hname); - /* Gracefull Restart */ + /* Graceful Restart */ if (CHECK_FLAG(p->cap, PEER_CAP_RESTART_RCV) || CHECK_FLAG(p->cap, PEER_CAP_RESTART_ADV)) { if (CHECK_FLAG(p->cap, PEER_CAP_RESTART_ADV) && @@ -13452,7 +13452,7 @@ static void bgp_show_peer(struct vty *vty, struct peer *p, bool use_json, vty_out(vty, "none"); vty_out(vty, "\n"); } - } /* Gracefull Restart */ + } /* Graceful Restart */ } } |