diff --git a/src/fping.c b/src/fping.c index c392fae..a06862e 100644 --- a/src/fping.c +++ b/src/fping.c @@ -832,7 +832,7 @@ int main(int argc, char** argv) } } - /* permanetly drop privileges */ + /* permanently drop privileges */ if (suid != getuid() && setuid(getuid())) { perror("fatal: failed to permanently drop privileges"); /* continuing would be a security hole */