summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-09-10 21:50:53 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-09-27 21:43:15 +0400
commite6ec1c3648cf3304c1a36341487659aadb9dce95 (patch)
treede881144ddce2cdf272a36b0c8e94030b4379b90 /bgpd
parent7ccf5e59c13773097dd551b8a7384b99b7f46927 (diff)
bgpd: spelling
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index e7e7dba1..44c55f2a 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