]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo
authorMartin Kraemer <martin@apache.org>
Wed, 25 Jul 2001 13:25:18 +0000 (13:25 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 25 Jul 2001 13:25:18 +0000 (13:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89706 13f79535-47bb-0310-9956-ffa450edef68

src/main/util.c

index 5b40903bc6b3ef6385e402f1ba641db05395d4fb..71232cef9b40b80a8bc27b820c8c74973f153888 100644 (file)
@@ -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';) {