From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH] examples/vdpa: fix spelling error in message Date: Thu, 18 Oct 2018 15:34:30 -0700 Message-ID: <20181018223430.12899-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id 31B1E5A6E for ; Fri, 19 Oct 2018 00:34:34 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id g21-v6so8534054pfi.7 for ; Thu, 18 Oct 2018 15:34:34 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Stephen Hemminger --- examples/vdpa/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vdpa/main.c b/examples/vdpa/main.c index c5e8f58ec6d2..2ffbf2d8b4a3 100644 --- a/examples/vdpa/main.c +++ b/examples/vdpa/main.c @@ -334,7 +334,7 @@ static void cmd_create_vdpa_port_parsed(void *parsed_result, addr.type = PCI_ADDR; did = rte_vdpa_find_device_id(&addr); if (did < 0) { - cmdline_printf(cl, "Unable to find vdpa devide id.\n"); + cmdline_printf(cl, "Unable to find vdpa divide id.\n"); return; } -- 2.17.1