accesslog: Fixed another typo.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 7 Oct 2010 06:19:41 +0000 (08:19 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 7 Oct 2010 06:19:41 +0000 (08:19 +0200)
src/accesslog.c

index 4c06e69..27663c4 100644 (file)
@@ -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);