]> git.puffer.fish Git - matthieu/frr.git/commitdiff
"No such peer-groupr" should be "No such peer-group"
authorDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 15 Aug 2016 19:25:02 +0000 (19:25 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 15 Aug 2016 19:25:02 +0000 (19:25 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-12191

bgpd/bgp_vty.c

index 9df92fea03fff0ee014e11cc6736f87ea9cff4b1..f16cf53cbe22974ceb2b96096b3641ed6e7e8c81 100644 (file)
@@ -13599,7 +13599,7 @@ bgp_show_peer_group (struct vty *vty, struct bgp *bgp,
     }
 
   if (type == show_peer_group && ! find)
-    vty_out (vty, "%% No such peer-groupr%s", VTY_NEWLINE);
+    vty_out (vty, "%% No such peer-group%s", VTY_NEWLINE);
 
   return CMD_SUCCESS;
 }