From 5ca1fac5acc6abb964810d40b2d6d06cb825b5b1 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sat, 11 Aug 2012 12:43:09 +0000 Subject: [PATCH] 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 --- server/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3