]> granicus.if.org Git - apache/commitdiff
Fix typo in comment (r1508416 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Aug 2013 07:37:34 +0000 (07:37 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Aug 2013 07:37:34 +0000 (07:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1517232 13f79535-47bb-0310-9956-ffa450edef68

build/aix/mkinstallp.ksh
modules/proxy/proxy_util.c

index cde21797055347bd6a862eac137220794274ed49..12049fc3f53ad0f839f2a67ddd8b8cb552927f17 100755 (executable)
@@ -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
index fc2f112c7cd1a85627bf6b7f8b6e2dedfb0a8880..d6a62479d80a12a1d6571cb14238a78b8f7809d6 100644 (file)
@@ -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 */