From: Jeff Trawick Date: Wed, 1 Aug 2012 17:11:14 +0000 (+0000) Subject: spelling fix X-Git-Tag: 2.5.0-alpha~6537 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21f3b5179093bc119b99c3eb485acc30f47cf9be;p=apache spelling fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368131 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index 8998d2290b..4abe99ca76 100644 --- a/server/request.c +++ b/server/request.c @@ -761,7 +761,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.