]> git.puffer.fish Git - mirror/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>
Sat, 10 Sep 2011 17:50:53 +0000 (21:50 +0400)
bgpd/bgp_vty.c

index ec0106a89ece05934ed010b030a4485c6b8b83f0..6dd49a068b6257dcbd3bdd64ba4d53c7b90a7c9e 100644 (file)
@@ -3705,7 +3705,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