X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Faf_packet%2Fcli.c;h=e5466c9599d17361e088827ec8a80c417cd77351;hp=faa072874185b75e393dd069872cc1d958005a88;hb=8feeaff56;hpb=64f7530fff5d8811894c75fc3378a5c6da77d7b8 diff --git a/src/vnet/devices/af_packet/cli.c b/src/vnet/devices/af_packet/cli.c index faa07287418..e5466c9599d 100644 --- a/src/vnet/devices/af_packet/cli.c +++ b/src/vnet/devices/af_packet/cli.c @@ -93,7 +93,7 @@ af_packet_create_command_fn (vlib_main_t * vm, unformat_input_t * input, if (r == VNET_API_ERROR_SUBIF_ALREADY_EXISTS) { - error = clib_error_return (0, "Interface elready exists"); + error = clib_error_return (0, "Interface already exists"); goto done; }