diff options
author | Max Kellermann <max@duempel.org> | 2013-12-29 13:59:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-29 13:59:05 +0100 |
commit | 09a0803116e642be4e983d1d09295afc788f37ca (patch) | |
tree | c6a0a5390ee5537521e755419faf59c24f5a0ca0 | |
parent | 20ffedc745f8360aeed59479d77601cf6cf7cc03 (diff) | |
download | mpd-09a0803116e642be4e983d1d09295afc788f37ca.tar.gz mpd-09a0803116e642be4e983d1d09295afc788f37ca.tar.xz mpd-09a0803116e642be4e983d1d09295afc788f37ca.zip |
Daemon: fix typo in comment
-rw-r--r-- | src/Daemon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon.cxx b/src/Daemon.cxx index 1623cca24..d40c49d5d 100644 --- a/src/Daemon.cxx +++ b/src/Daemon.cxx @@ -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) { |