diff options
author | Jeff Trawick <trawick@apache.org> | 2012-08-01 19:11:14 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-08-01 19:11:14 +0200 |
commit | 21f3b5179093bc119b99c3eb485acc30f47cf9be (patch) | |
tree | 9a021e291a2f2209d6b89e5debd58f49ac5121fd /server/request.c | |
parent | core: Add post_perdir_config hook. (diff) | |
download | apache2-21f3b5179093bc119b99c3eb485acc30f47cf9be.tar.xz apache2-21f3b5179093bc119b99c3eb485acc30f47cf9be.zip |
spelling fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/request.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |