From 50038d1909cf02c90664074c6a6b2749b08dd287 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Mon, 25 Apr 2016 16:43:46 +0200 Subject: Netmap: typo correct There is a typo mistake in netmap. This patch corrects it. Change-Id: Id358e0de74555ac7858c93fa1335f02abd5624b5 Signed-off-by: Mohsin Kazmi --- vnet/vnet/devices/netmap/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnet/vnet/devices/netmap/cli.c b/vnet/vnet/devices/netmap/cli.c index 9c8fb783326..e3d61460b6c 100644 --- a/vnet/vnet/devices/netmap/cli.c +++ b/vnet/vnet/devices/netmap/cli.c @@ -66,7 +66,7 @@ netmap_create_command_fn (vlib_main_t * vm, unformat_input_t * input, return clib_error_return(0, "Invalid interface name"); if (r == VNET_API_ERROR_SUBIF_ALREADY_EXISTS) - return clib_error_return(0, "Interface elready exists"); + return clib_error_return(0, "Interface already exists"); return 0; } -- cgit 1.2.3-korg