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); } }