Spelling errors found by codespell. Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- examples/service_cores/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/service_cores/main.c b/examples/service_cores/main.c index c7c792810d99..7642127d3a85 100644 --- a/examples/service_cores/main.c +++ b/examples/service_cores/main.c @@ -119,7 +119,7 @@ apply_profile(int profile_id) const uint8_t core_off = 1; if (p->num_cores > rte_lcore_count() + 1) { - printf("insufficent cores to run (%s)", + printf("insufficient cores to run (%s)", p->name); return; } -- 2.20.1