diff options
author | Jeff Trawick <trawick@apache.org> | 2013-07-30 14:33:12 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-07-30 14:33:12 +0200 |
commit | 15a1d8ad21fd8b5341942a0ab546ee4fc0ca580f (patch) | |
tree | cd59ce04a0c443297a70182ef1bdec0927f13ff2 /modules/proxy/proxy_util.c | |
parent | remove pre_htaccess/open_htaccess noise now that open_htaccess hook (diff) | |
download | apache2-15a1d8ad21fd8b5341942a0ab546ee4fc0ca580f.tar.xz apache2-15a1d8ad21fd8b5341942a0ab546ee4fc0ca580f.zip |
s/seperate/separate/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1508416 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/proxy/proxy_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 461c7c9d5c..f71d313bee 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -316,7 +316,7 @@ PROXY_DECLARE(char *) url = ""; } else { - *(url++) = '\0'; /* skip seperating '/' */ + *(url++) = '\0'; /* skip separating '/' */ } /* find _last_ '@' since it might occur in user/password part */ |