Daemon: fix typo in comment

This commit is contained in:
Max Kellermann 2013-12-29 13:59:01 +01:00
parent 20ffedc745
commit 09a0803116
1 changed files with 1 additions and 1 deletions

View File

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