From: Jeff Trawick Date: Tue, 30 Jul 2013 12:33:12 +0000 (+0000) Subject: s/seperate/separate/g X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed4c11e2b3285c95d982b1c44d9a824ea35de18;p=thirdparty%2Fapache%2Fhttpd.git s/seperate/separate/g git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1508416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/aix/mkinstallp.ksh b/build/aix/mkinstallp.ksh index cde21797055..12049fc3f53 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 461c7c9d5c9..f71d313bee7 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 */