diff options
author | Rainer Jung <rjung@apache.org> | 2016-08-11 21:50:02 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-08-11 21:50:02 +0200 |
commit | d79b514c4b925e4cd983297c784124efb8f6efc7 (patch) | |
tree | 5de52fcca8b9fd2d3026267781ec3a4ba55d1d7e /include/http_request.h | |
parent | grammar++ (diff) | |
download | apache2-d79b514c4b925e4cd983297c784124efb8f6efc7.tar.xz apache2-d79b514c4b925e4cd983297c784124efb8f6efc7.zip |
Fix spelling in comments and text files.
No functional change.
PR 59990
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r-- | include/http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h index 9ec771c9f5..4d82c8a3fe 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -231,7 +231,7 @@ AP_DECLARE(void) ap_clear_auth_internal(void); * Determine whether access control hooks will be run for all internal * requests with URIs distinct from that of the initial request, or only * those for which different configurations apply than those which applied - * to the initial request. To accomodate legacy external modules which + * to the initial request. To accommodate legacy external modules which * may expect access control hooks to be run for all internal requests * with distinct URIs, this is the default behaviour unless all access * control hooks and authentication and authorization providers are |