bgpd: spelling

This commit is contained in:
Denis Ovsienko 2011-09-10 21:50:53 +04:00
parent 7ccf5e59c1
commit e6ec1c3648

View File

@ -3707,7 +3707,7 @@ peer_maximum_prefix_set_vty (struct vty *vty, const char *ip_str, afi_t afi,
if (! peer) if (! peer)
return CMD_WARNING; return CMD_WARNING;
VTY_GET_INTEGER ("maxmum number", max, num_str); VTY_GET_INTEGER ("maximum number", max, num_str);
if (threshold_str) if (threshold_str)
threshold = atoi (threshold_str); threshold = atoi (threshold_str);
else else