Skip to content

Commit

Permalink
Merge pull request #208 from timgates42/bugfix_typo_permanently
Browse files Browse the repository at this point in the history
docs: fix simple typo, permanetly -> permanently
  • Loading branch information
schweikert authored Jul 18, 2021
2 parents eac2034 + 95df9d0 commit d05a7e7
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 d05a7e7

Please # to comment.