Update printf statement

Just happened to spot this
pull/393/head
Pedram Nimreezi 2020-04-18 16:56:24 -04:00 committed by GitHub
parent 093311561c
commit c8188fe89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
}