commit | e6ec1c3648cf3304c1a36341487659aadb9dce95 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sat Sep 10 21:50:53 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Tue Sep 27 21:43:15 2011 +0400 |
tree | de881144ddce2cdf272a36b0c8e94030b4379b90 | |
parent | 7ccf5e59c13773097dd551b8a7384b99b7f46927 [diff] [blame] |
bgpd: spelling
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index e7e7dba..44c55f2 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c
@@ -3707,7 +3707,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