From: Christophe Jaillet Date: Sun, 25 Aug 2013 07:37:34 +0000 (+0000) Subject: Fix typo in comment (r1508416 in trunk) X-Git-Tag: 2.4.7~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=304ff17b5ffcad349bd1aacd32f376a6bbb58b7f;p=apache Fix typo in comment (r1508416 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1517232 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/aix/mkinstallp.ksh b/build/aix/mkinstallp.ksh index cde2179705..12049fc3f5 100755 --- a/build/aix/mkinstallp.ksh +++ b/build/aix/mkinstallp.ksh @@ -146,7 +146,7 @@ cat - <>$template Relocatable: N EOFileset EOF -# man pages as seperate fileset +# man pages as separate fileset cd ${TEMPDIR} if [[ -d usr/share/man ]] then diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index fc2f112c7c..d6a62479d8 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -309,7 +309,7 @@ PROXY_DECLARE(char *) url = ""; } else { - *(url++) = '\0'; /* skip seperating '/' */ + *(url++) = '\0'; /* skip separating '/' */ } /* find _last_ '@' since it might occur in user/password part */