You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/08/11 14:42:26 UTC

svn commit: r1371935 - in /httpd/httpd/branches/2.4.x: ./ server/request.c

Author: rjung
Date: Sat Aug 11 12:42:25 2012
New Revision: 1371935

URL: http://svn.apache.org/viewvc?rev=1371935&view=rev
Log:
Comment spelling fix.

CTR

Backport of r1368131 from trunk.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/server/request.c

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1368131

Modified: httpd/httpd/branches/2.4.x/server/request.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/request.c?rev=1371935&r1=1371934&r2=1371935&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/server/request.c (original)
+++ httpd/httpd/branches/2.4.x/server/request.c Sat Aug 11 12:42:25 2012
@@ -754,7 +754,7 @@ AP_DECLARE(int) ap_directory_walk(reques
 
         /* 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.