From: Arkadiusz Miƛkiewicz Date: Mon, 7 Jul 2008 09:03:23 +0000 (+0000) Subject: - comment fixed X-Git-Tag: auto/th/apache-mod_proctitle-0.1-0.20080707.2~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache-mod_proctitle.git;a=commitdiff_plain;h=6dd338ec405a7361388e3fdaf37efb1997c08a67 - comment fixed Changed files: mod_proctitle.c -> 1.3 --- diff --git a/mod_proctitle.c b/mod_proctitle.c index 06284c0..b04d416 100644 --- a/mod_proctitle.c +++ b/mod_proctitle.c @@ -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);