summaryrefslogtreecommitdiffstats
path: root/modules/http
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2018-03-24 21:05:19 +0100
committerChristophe Jaillet <jailletc36@apache.org>2018-03-24 21:05:19 +0100
commit3e56c5b221363bdb59f5442768d223345363964d (patch)
treef3373b04b038888dd11e3cd2663fc4e91de34e8e /modules/http
parentRebuild. (diff)
downloadapache2-3e56c5b221363bdb59f5442768d223345363964d.tar.xz
apache2-3e56c5b221363bdb59f5442768d223345363964d.zip
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
Diffstat (limited to 'modules/http')
-rw-r--r--modules/http/http_request.c6
1 files changed, 3 insertions, 3 deletions
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;
}