diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-09-24 05:25:00 -0700 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-27 19:59:44 +0000 |
commit | ec11b13a21b2becc1d1bd746a04624d17b26583f (patch) | |
tree | f3b432a3713a8edd2041ff025157d7b0803be580 /src/vat | |
parent | 7d426535b4e98731193cc0265b83f2336dcdf5b3 (diff) |
Trivial: Cleanup some typos.
This is a new commit for code under a different maintainer.
Change-Id: I79fa403fec6a312238a9a4b18b35dbcafaa05439
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vat')
-rw-r--r-- | src/vat/api_format.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vat/api_format.c b/src/vat/api_format.c index 9a31f187bef..83b875e3be4 100644 --- a/src/vat/api_format.c +++ b/src/vat/api_format.c @@ -1355,7 +1355,7 @@ static void vl_api_l2_macs_event_t_handler (vl_api_l2_macs_event_t * mp) { u32 n_macs = ntohl (mp->n_macs); - errmsg ("L2MAC event recived with pid %d cl-idx %d for %d macs: \n", + errmsg ("L2MAC event received with pid %d cl-idx %d for %d macs: \n", ntohl (mp->pid), mp->client_index, n_macs); int i; for (i = 0; i < n_macs; i++) @@ -9298,7 +9298,7 @@ api_mpls_ip_bind_unbind (vat_main_t * vam) if (!address_set) { - errmsg ("IP addres not set"); + errmsg ("IP address not set"); return -99; } @@ -23849,7 +23849,7 @@ _(one_ndp_entries_get, "bd <bridge-domain>") \ _(one_add_del_l2_arp_entry, "[del] mac <mac> bd <bd> ip4 <ip4>") \ _(one_l2_arp_bd_get, "") \ _(one_l2_arp_entries_get, "bd <bridge-domain>") \ -_(one_stats_enable_disable, "enable|disalbe") \ +_(one_stats_enable_disable, "enable|disable") \ _(show_one_stats_enable_disable, "") \ _(one_eid_table_vni_dump, "") \ _(one_eid_table_map_dump, "l2|l3") \ |