]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Comment spelling fix.
authorRainer Jung <rjung@apache.org>
Sat, 11 Aug 2012 12:43:09 +0000 (12:43 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 11 Aug 2012 12:43:09 +0000 (12:43 +0000)
CTR

Backport of r1368131 from trunk resp.
r1371935 from 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371936 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index f076e63749509c3de4f84d890552d4ea73eb162c..93c3145aea8ffe389f8e3b89026eb1faa7fc4333 100644 (file)
@@ -670,7 +670,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.