docs: fix simple typo, permanetly -> permanently

There is a small typo in src/fping.c.

Should read `permanently` rather than `permanetly`.
pull/208/head
Tim Gates 4 years ago
parent eac20347ba
commit 95df9d00f5
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

@ -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 */

Loading…
Cancel
Save