From e3f12675774fa2bb0f68f2cea05f4285d1fc235c Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 7 Oct 2010 08:19:41 +0200 Subject: [PATCH] accesslog: Fixed another typo. --- src/accesslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accesslog.c b/src/accesslog.c index 4c06e69..27663c4 100644 --- a/src/accesslog.c +++ b/src/accesslog.c @@ -242,7 +242,7 @@ int main(int argc, char **argv) } } if((ch = stdmkchild(argv + optind + 1, NULL, NULL)) < 0) { - flog(LOG_ERR, "accesslog: could fork child: %s", strerror(errno)); + flog(LOG_ERR, "accesslog: could not fork child: %s", strerror(errno)); exit(1); } signal(SIGHUP, sighandler); -- 2.11.0