Skip to content

Commit

Permalink
docs: fix simple typo, permanetly -> permanently
Browse files Browse the repository at this point in the history
There is a small typo in src/fping.c.

Should read `permanently` rather than `permanetly`.
  • Loading branch information
timgates42 committed Dec 16, 2020
1 parent eac2034 commit 95df9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fping.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 95df9d0

Please # to comment.