]> granicus.if.org Git - apache/commitdiff
spelling fix
authorJeff Trawick <trawick@apache.org>
Wed, 1 Aug 2012 17:11:14 +0000 (17:11 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 1 Aug 2012 17:11:14 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368131 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 8998d2290badd301b07a47a52e2adb73381b8991..4abe99ca76ba833b9f49929ce7764b648eba4c8e 100644 (file)
@@ -761,7 +761,7 @@ AP_DECLARE(int) ap_directory_walk(request_rec *r)
 
         /* Set aside path_info to merge back onto path_info later.
          * If r->filename is a directory, we must remerge the path_info,
-         * before we continue!  [Directories cannot, by defintion, have
+         * before we continue!  [Directories cannot, by definition, have
          * path info.  Either the next segment is not-found, or a file.]
          *
          * r->path_info tracks the unconsumed source path.