From 3e56c5b221363bdb59f5442768d223345363964d Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 24 Mar 2018 20:05:19 +0000 Subject: Fix some typos reported in PR 59998 Most add already been fixed when PR 59990 had been applied on trunk. Thx klemens git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827669 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_request.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/http') diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 0b05b3d842..6e6e35c7d3 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -378,7 +378,7 @@ AP_DECLARE(void) ap_process_request_after_handler(request_rec *r) /* The EOR bucket has either been handled by an output filter (eg. * deleted or moved to a buffered_bb => no more in bb), or an error - * occured before that (eg. c->aborted => still in bb) and we ought + * occurred before that (eg. c->aborted => still in bb) and we ought * to destroy it now. So cleanup any remaining bucket along with * the orphan request (if any). */ @@ -779,7 +779,7 @@ AP_DECLARE(void) ap_internal_redirect(const char *new_uri, request_rec *r) AP_INTERNAL_REDIRECT(r->uri, new_uri); - /* ap_die was already called, if an error occured */ + /* ap_die was already called, if an error occurred */ if (!new) { return; } @@ -803,7 +803,7 @@ AP_DECLARE(void) ap_internal_redirect_handler(const char *new_uri, request_rec * int access_status; request_rec *new = internal_internal_redirect(new_uri, r); - /* ap_die was already called, if an error occured */ + /* ap_die was already called, if an error occurred */ if (!new) { return; } -- cgit v1.2.3