From 10b32e9cf61201a35184536caf3702f0fc358b91 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Dec 2015 23:55:28 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/unistd/daemonise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd') diff --git a/src/unistd/daemonise.c b/src/unistd/daemonise.c index 3d4ab72..a8fe3ab 100644 --- a/src/unistd/daemonise.c +++ b/src/unistd/daemonise.c @@ -152,7 +152,7 @@ int daemonise(const char* name, int flags) return errno = EINVAL, -1; - /* Close all files except stdin, stdou, and stderr. */ + /* Close all files except stdin, stdout, and stderr. */ if ((flags & DAEMONISE_NO_CLOSE) == 0) { if (getrlimit(RLIMIT_NOFILE, &rlimit)) -- cgit v1.2.3-70-g09d2