You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/08/25 09:37:34 UTC

svn commit: r1517232 - in /httpd/httpd/branches/2.4.x: build/aix/mkinstallp.ksh modules/proxy/proxy_util.c

Author: jailletc36
Date: Sun Aug 25 07:37:34 2013
New Revision: 1517232

URL: http://svn.apache.org/r1517232
Log:
Fix typo in comment (r1508416 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/build/aix/mkinstallp.ksh
    httpd/httpd/branches/2.4.x/modules/proxy/proxy_util.c

Modified: httpd/httpd/branches/2.4.x/build/aix/mkinstallp.ksh
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/aix/mkinstallp.ksh?rev=1517232&r1=1517231&r2=1517232&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/aix/mkinstallp.ksh (original)
+++ httpd/httpd/branches/2.4.x/build/aix/mkinstallp.ksh Sun Aug 25 07:37:34 2013
@@ -146,7 +146,7 @@ cat - <<EOF >>$template
   Relocatable: N
 EOFileset
 EOF
-# man pages as seperate fileset
+# man pages as separate fileset
 cd ${TEMPDIR}
 if [[ -d usr/share/man ]]
 then

Modified: httpd/httpd/branches/2.4.x/modules/proxy/proxy_util.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/proxy_util.c?rev=1517232&r1=1517231&r2=1517232&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/proxy/proxy_util.c (original)
+++ httpd/httpd/branches/2.4.x/modules/proxy/proxy_util.c Sun Aug 25 07:37:34 2013
@@ -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 */