"No such peer-groupr" should be "No such peer-group"

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by:   Donald Sharp <sharpd@cumulusnetworks.com>

Ticket: CM-12191
This commit is contained in:
Daniel Walton 2016-08-15 19:25:02 +00:00
parent 352534ac21
commit 6d9e66dce7

View 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;
}