Update printf statement

Just happened to spot this
pull/431/head
Pedram Nimreezi 2020-04-18 16:56:24 -04:00 committed by nakarlsson
parent 63d699d303
commit 953eb07f8a
1 changed files with 1 additions and 1 deletions

View File

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