From: Denis Ovsienko Date: Sat, 10 Sep 2011 17:50:53 +0000 (+0400) Subject: bgpd: spelling X-Git-Tag: frr-2.0-rc1~1918^2~123 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6787978cc8c15b16fff3e6d6e09e02518dc045f2;p=mirror%2Ffrr.git bgpd: spelling --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index ec0106a89e..6dd49a068b 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -3705,7 +3705,7 @@ peer_maximum_prefix_set_vty (struct vty *vty, const char *ip_str, afi_t afi, if (! peer) return CMD_WARNING; - VTY_GET_INTEGER ("maxmum number", max, num_str); + VTY_GET_INTEGER ("maximum number", max, num_str); if (threshold_str) threshold = atoi (threshold_str); else