Spelling errors found by codespell.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 app/proc-info/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/proc-info/main.c b/app/proc-info/main.c
index a89b51bb3fa2..cc7f69a50b8c 100644
--- a/app/proc-info/main.c
+++ b/app/proc-info/main.c
@@ -714,7 +714,7 @@ show_port(void)
                        }
                }
 
-               printf("  - cyrpto context\n");
+               printf("  - crypto context\n");
                void *p_ctx = rte_eth_dev_get_sec_ctx(i);
                printf("\t  -- security context - %p\n", p_ctx);
 
-- 
2.20.1

Reply via email to