From 953eb07f8aa6bd1183007b350f69807c1e49a632 Mon Sep 17 00:00:00 2001 From: Pedram Nimreezi Date: Sat, 18 Apr 2020 16:56:24 -0400 Subject: [PATCH] Update printf statement Just happened to spot this --- test/linux/simple_test/simple_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linux/simple_test/simple_test.c b/test/linux/simple_test/simple_test.c index a76353f..3f0894c 100644 --- a/test/linux/simple_test/simple_test.c +++ b/test/linux/simple_test/simple_test.c @@ -139,7 +139,7 @@ void simpletest(char *ifname) } else { - printf("No socket connection on %s\nExcecute as root\n",ifname); + printf("No socket connection on %s\nExecute as root\n",ifname); } }