commit | 6787978cc8c15b16fff3e6d6e09e02518dc045f2 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sat Sep 10 21:50:53 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Sat Sep 10 21:50:53 2011 +0400 |
tree | 27a061e7e12e669bdfc3bd01fece5428ebf2a313 | |
parent | 71008de7c8d47e5163d103b0b509d4a899044014 [diff] [blame] |
bgpd: spelling
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index ec0106a..6dd49a0 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c
@@ -3705,7 +3705,7 @@ 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