Daemon: fix typo in comment

This commit is contained in:
Max Kellermann
2013-12-29 13:59:01 +01:00
parent 20ffedc745
commit 09a0803116

View File

@@ -113,7 +113,7 @@ daemonize_set_user(void)
} }
#ifdef _BSD_SOURCE #ifdef _BSD_SOURCE
/* init suplementary groups /* init supplementary groups
* (must be done before we change our uid) * (must be done before we change our uid)
*/ */
if (!had_group && initgroups(user_name, user_gid) == -1) { if (!had_group && initgroups(user_name, user_gid) == -1) {