]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: spelling
authorDenis Ovsienko <infrastation@yandex.ru>
Sat, 10 Sep 2011 17:50:53 +0000 (21:50 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 27 Sep 2011 17:43:15 +0000 (21:43 +0400)
bgpd/bgp_vty.c

index e7e7dba103a51513fe3141a241e922e33eeb9b05..44c55f2ad32a54a445ff3970cb52740a3b6f7bb7 100644 (file)
@@ -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