Commit 09a08031 authored by Max Kellermann's avatar Max Kellermann

Daemon: fix typo in comment

parent 20ffedc7
......@@ -113,7 +113,7 @@ daemonize_set_user(void)
}
#ifdef _BSD_SOURCE
/* init suplementary groups
/* init supplementary groups
* (must be done before we change our uid)
*/
if (!had_group && initgroups(user_name, user_gid) == -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment