From: Fredrik Tolf Date: Thu, 7 Oct 2010 06:19:41 +0000 (+0200) Subject: accesslog: Fixed another typo. X-Git-Tag: 0.3~10 X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=e3f12675774fa2bb0f68f2cea05f4285d1fc235c accesslog: Fixed another typo. --- 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);