diff options
author | Santosh P K <50885001+Spantik@users.noreply.github.com> | 2020-03-16 19:16:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 19:16:53 +0100 |
commit | 9a07d32e71437989248156e96d5c19ddf80557a8 (patch) | |
tree | 9a263a07a87d785ec70be6418ffcc328d37aa8b3 /bgpd/bgp_fsm.c | |
parent | Merge pull request #6002 from ton31337/feature/rfc6608_fsm_sub_error_codes (diff) | |
parent | tests/isisd: Update expected output to match corrected spelling (diff) | |
download | frr-9a07d32e71437989248156e96d5c19ddf80557a8.tar.xz frr-9a07d32e71437989248156e96d5c19ddf80557a8.zip |
Merge pull request #5998 from donaldsharp/more_spelling
More spelling
Diffstat (limited to 'bgpd/bgp_fsm.c')
-rw-r--r-- | bgpd/bgp_fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c index 3060e625c..0051b8d60 100644 --- a/bgpd/bgp_fsm.c +++ b/bgpd/bgp_fsm.c @@ -2538,7 +2538,7 @@ int bgp_neighbor_graceful_restart(struct peer *peer, int peer_gr_cmd) peer->peer_gr_present_state = peer_new_state; if (BGP_DEBUG(graceful_restart, GRACEFUL_RESTART)) zlog_debug( - "[BGP_GR] Succesfully change the state of the peer to : %s : !", + "[BGP_GR] Successfully change the state of the peer to : %s : !", print_peer_gr_mode(peer_new_state)); return BGP_GR_SUCCESS; |