From: Tim Gates Date: Wed, 16 Dec 2020 19:12:56 +0000 (+1100) Subject: docs: fix simple typo, permanetly -> permanently X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95df9d00f5b6ca5997d380f345ba736d5a02263a;p=fping.git docs: fix simple typo, permanetly -> permanently There is a small typo in src/fping.c. Should read `permanently` rather than `permanetly`. --- 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 */