From 09a0803116e642be4e983d1d09295afc788f37ca Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sun, 29 Dec 2013 13:59:01 +0100
Subject: [PATCH] Daemon: fix typo in comment

---
 src/Daemon.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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