Minor typos caught by codespell.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 examples/multi_process/hotplug_mp/commands.c | 2 +-
 examples/multi_process/simple_mp/main.c      | 2 +-
 examples/multi_process/symmetric_mp/main.c   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/multi_process/hotplug_mp/commands.c 
b/examples/multi_process/hotplug_mp/commands.c
index b068593939d8..aaf04bd5e9fa 100644
--- a/examples/multi_process/hotplug_mp/commands.c
+++ b/examples/multi_process/hotplug_mp/commands.c
@@ -178,7 +178,7 @@ static void cmd_dev_detach_parsed(void *parsed_result,
                cmdline_printf(cl, "detached device %s\n",
                        da.name);
        else
-               cmdline_printf(cl, "failed to dettach device %s\n",
+               cmdline_printf(cl, "failed to detach device %s\n",
                        da.name);
 }
 
diff --git a/examples/multi_process/simple_mp/main.c 
b/examples/multi_process/simple_mp/main.c
index e6c69d6a33a9..e27d77eafb4d 100644
--- a/examples/multi_process/simple_mp/main.c
+++ b/examples/multi_process/simple_mp/main.c
@@ -4,7 +4,7 @@
 
 /*
  * This sample application is a simple multi-process application which
- * demostrates sharing of queues and memory pools between processes, and
+ * demonstrates sharing of queues and memory pools between processes, and
  * using those queues/pools for communication between the processes.
  *
  * Application is designed to run with two processes, a primary and a
diff --git a/examples/multi_process/symmetric_mp/main.c 
b/examples/multi_process/symmetric_mp/main.c
index 62771e036cd7..0003dd01e2c2 100644
--- a/examples/multi_process/symmetric_mp/main.c
+++ b/examples/multi_process/symmetric_mp/main.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Sample application demostrating how to do packet I/O in a multi-process
+ * Sample application demonstrating how to do packet I/O in a multi-process
  * environment. The same code can be run as a primary process and as a
  * secondary process, just with a different proc-id parameter in each case
  * (apart from the EAL flag to indicate a secondary process).
-- 
2.20.1

Reply via email to