1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

s/seperate/separate/g

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1508416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2013-07-30 12:33:12 +00:00
parent 6dd95ae2f6
commit 15a1d8ad21
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */