]> git.pld-linux.org Git - packages/apache-mod_proctitle.git/commitdiff
- comment fixed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Jul 2008 09:03:23 +0000 (09:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_proctitle.c -> 1.3

mod_proctitle.c

index 06284c0d737f82e0ee9440ce9ba50168740f5cbc..b04d416788f8304ba75ae31b9159b9d35f19c933 100644 (file)
@@ -49,7 +49,7 @@ static void apache_setproctitle(char *arg) {
 }
 
 static int apache_proctitle_enter (request_rec *r) {
-       /* We only call change_hat for the main request, not subrequests */
+       /* We only change title for main request, not subrequests */
        if (r->main) 
                return OK;
        apache_setproctitle(r->server->server_hostname);
This page took 0.111548 seconds and 4 git commands to generate.