]> granicus.if.org Git - apache/commitdiff
Make comment agree with code.
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 29 Sep 2009 17:27:56 +0000 (17:27 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 29 Sep 2009 17:27:56 +0000 (17:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820036 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_ajp.c

index d2389474e1a58f6ec744efca801fa77d566b2acb..fd7c14a758ed7f7a311a9c1398a31811243ddc52 100644 (file)
@@ -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")) {