From: Daniel Earl Poirier Date: Tue, 29 Sep 2009 17:27:56 +0000 (+0000) Subject: Make comment agree with code. X-Git-Tag: 2.3.3~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e43f0328448964bcddf70ab37d3568d2dbd7c217;p=apache Make comment agree with code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_ajp.c b/modules/proxy/mod_proxy_ajp.c index d2389474e1..fd7c14a758 100644 --- a/modules/proxy/mod_proxy_ajp.c +++ b/modules/proxy/mod_proxy_ajp.c @@ -59,7 +59,7 @@ static int proxy_ajp_canon(request_rec *r, char *url) /* * now parse path/search args, according to rfc1738: - * process the path. With proxy-noncanon set (by + * process the path. With proxy-nocanon set (by * mod_proxy) we use the raw, unparsed uri */ if (apr_table_get(r->notes, "proxy-nocanon")) {