From: Rainer Jung Date: Sat, 11 Aug 2012 12:43:09 +0000 (+0000) Subject: Comment spelling fix. X-Git-Tag: 2.2.23~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca1fac5acc6abb964810d40b2d6d06cb825b5b1;p=thirdparty%2Fapache%2Fhttpd.git Comment spelling fix. 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 --- diff --git a/server/request.c b/server/request.c index f076e637495..93c3145aea8 100644 --- a/server/request.c +++ b/server/request.c @@ -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.