diff options
| author | Christophe Jaillet <jailletc36@apache.org> | 2015-05-22 05:58:19 +0000 |
|---|---|---|
| committer | Christophe Jaillet <jailletc36@apache.org> | 2015-05-22 05:58:19 +0000 |
| commit | aefe0d594a0f9ad354b801c3e9d89d2ec7d18137 (patch) | |
| tree | 0a45c2e2abeedd7e9a467cc1fc1e8106944dc533 /modules/proxy | |
| parent | 4d26eca3dff7c26fe028a41daf4821b934b95cd7 (diff) | |
| download | httpd-aefe0d594a0f9ad354b801c3e9d89d2ec7d18137.tar.gz | |
Typo in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1680998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy')
| -rw-r--r-- | modules/proxy/mod_proxy_express.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy_express.c b/modules/proxy/mod_proxy_express.c index 472faef572..1863f745c4 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 */ |
