This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=517e1397c18666555e992822eabe1b69aad278b5 commit 517e1397c18666555e992822eabe1b69aad278b5 Author: Guillem Jover <[email protected]> AuthorDate: Sun Mar 25 19:43:18 2018 +0200 s-s-d: Fix typo in comment --- utils/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- Dpkg.Org's dpkg

