diff options
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 |