Merge pull request #208 from timgates42/bugfix_typo_permanently

docs: fix simple typo, permanetly -> permanently
pull/226/head
David Schweikert 3 years ago committed by GitHub
commit d05a7e7bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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