From 95df9d00f5b6ca5997d380f345ba736d5a02263a Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 17 Dec 2020 06:12:56 +1100 Subject: [PATCH] docs: fix simple typo, permanetly -> permanently There is a small typo in src/fping.c. Should read `permanently` rather than `permanetly`. --- src/fping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */