
rjung at apache
Aug 11, 2012, 5:42 AM
Post #1 of 1
(38 views)
Permalink
|
|
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.
|