summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-03-25 19:43:18 +0200
committerGuillem Jover <guillem@debian.org>2019-01-15 04:49:01 +0100
commit517e1397c18666555e992822eabe1b69aad278b5 (patch)
tree28212db90e68b1df0f9400bb9fb8a32755f4f04b
parent4b4f8ed22ad6e5b90a52593715897910d2bdfb85 (diff)
downloaddpkg-517e1397c18666555e992822eabe1b69aad278b5.tar.gz
s-s-d: Fix typo in comment
-rw-r--r--utils/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index a5b00f5e0..b79ce37b2 100644
--- a/utils/start-stop-daemon.c
+++ b/utils/start-stop-daemon.c
@@ -546,7 +546,7 @@ daemonize(void)
else if (pid) { /* Second parent. */
/* Set a default umask for dumb programs, which might get
* overridden by the --umask option later on, so that we get
- * a defined umask when creating the pidfille. */
+ * a defined umask when creating the pidfile. */
umask(022);
if (mpidfile && pidfile != NULL)