diff options
author | Erik Abele <erikabele@apache.org> | 2004-10-11 21:27:29 +0200 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2004-10-11 21:27:29 +0200 |
commit | 438accf0f97063d63a7d4a6b254cf999b76b58db (patch) | |
tree | f2b8c6e333f002dd2e3ae7846b1a0c35acd29451 /server/request.c | |
parent | Improve german translation. (diff) | |
download | apache2-438accf0f97063d63a7d4a6b254cf999b76b58db.tar.xz apache2-438accf0f97063d63a7d4a6b254cf999b76b58db.zip |
Minor comment fixes, no code changes:
- 'sub request' -> 'subrequest'
- @retrn -> @return
- ...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/request.c')
-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 9ed5ccbdde..11cad1bc4a 100644 --- a/server/request.c +++ b/server/request.c @@ -1100,7 +1100,7 @@ AP_DECLARE(int) ap_directory_walk(request_rec *r) x symlink above into a real resource, and should have died up there. x Even if we keep this, it needs more thought (maybe an r->file_is_symlink) x perhaps it should actually happen in file_walk, so we catch more - x obscure cases in autoindex sub requests, etc. + x obscure cases in autoindex subrequests, etc. x x * Symlink permissions are determined by the parent. If the request is x * for a directory then applying the symlink test here would use the |