From: Denis Ovsienko Date: Sat, 10 Sep 2011 17:50:53 +0000 (+0400) Subject: bgpd: spelling X-Git-Tag: frr-2.0-rc1~2026 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e6ec1c3648cf3304c1a36341487659aadb9dce95;p=matthieu%2Ffrr.git bgpd: spelling --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index e7e7dba103..44c55f2ad3 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -3707,7 +3707,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