From: Christophe Jaillet Date: Fri, 22 May 2015 05:58:19 +0000 (+0000) Subject: Typo in comment X-Git-Tag: 2.4.13~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aefe0d594a0f9ad354b801c3e9d89d2ec7d18137;p=thirdparty%2Fapache%2Fhttpd.git Typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1680998 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_express.c b/modules/proxy/mod_proxy_express.c index 472faef5729..1863f745c4f 100644 --- a/modules/proxy/mod_proxy_express.c +++ b/modules/proxy/mod_proxy_express.c @@ -169,7 +169,7 @@ static int xlate_name(request_rec *r) * for this host... If so, don't do it again. */ /* - * NOTE: dconf is process specific so this wil only + * NOTE: dconf is process specific so this will only * work as long as we maintain that this process * or thread is handling the backend */