From: Martin Kraemer Date: Wed, 25 Jul 2001 13:25:18 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a98e5c3d99b1301f42cab3946cd17916425786;p=thirdparty%2Fapache%2Fhttpd.git Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89706 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/util.c b/src/main/util.c index 5b40903bc6b..71232cef9b4 100644 --- a/src/main/util.c +++ b/src/main/util.c @@ -469,7 +469,7 @@ API_EXPORT(void) ap_getparents(char *name) { int l, w; - /* Four paseses, as per RFC 1808 */ + /* Four passes, as per RFC 1808 */ /* a) remove ./ path segments */ for (l = 0, w = 0; name[l] != '\0';) {