summaryrefslogtreecommitdiff
path: root/modules/mappers
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2018-03-24 20:05:19 +0000
committerChristophe Jaillet <jailletc36@apache.org>2018-03-24 20:05:19 +0000
commit3e56c5b221363bdb59f5442768d223345363964d (patch)
treef3373b04b038888dd11e3cd2663fc4e91de34e8e /modules/mappers
parent132d2c40811fe55c5eb5f0813a5ced69cb44a463 (diff)
downloadhttpd-3e56c5b221363bdb59f5442768d223345363964d.tar.gz
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/mappers')
-rw-r--r--modules/mappers/mod_imagemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_imagemap.c b/modules/mappers/mod_imagemap.c
index 187a500a5d..8e76a089a6 100644
--- a/modules/mappers/mod_imagemap.c
+++ b/modules/mappers/mod_imagemap.c
@@ -858,7 +858,7 @@ menu_bail:
/* There's not much else we can do ... we've already sent the headers
* to the client.
*/
- ap_rputs("\n\n[an internal server error occured]\n", r);
+ ap_rputs("\n\n[an internal server error occurred]\n", r);
menu_footer(r);
return OK;
}