2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Apply spelling fixes.

Fixes from PR #30 (ka7) and Bug #925 (fossies.org codespell)
This commit is contained in:
Todd C. Miller
2020-05-06 09:27:43 -06:00
parent 5d3f635ae8
commit 0cf2e09e0c
30 changed files with 55 additions and 55 deletions

View File

@@ -1749,7 +1749,7 @@ write_pidfile(void)
}
/*
* Fork, detatch from the terminal and write pid file unless nofork set.
* Fork, detach from the terminal and write pid file unless nofork set.
*/
static void
daemonize(bool nofork)