summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_actions.c
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2016-08-25 12:48:18 +0000
committerJim Jagielski <jim@apache.org>2016-08-25 12:48:18 +0000
commit4199cb4047f29b859a9bfc32f940cef6e013e5d5 (patch)
treeb3cdc108574b3cca2218300d216bd7dc1620678e /modules/mappers/mod_actions.c
parentd8eca0e4056e5d8d91acbe283833f0d1d501e1c6 (diff)
downloadhttpd-4199cb4047f29b859a9bfc32f940cef6e013e5d5.tar.gz
Merge r1756038 from trunk:
Fix spelling in comments and text files. No functional change. PR 59990 Submitted by: rjung Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1757669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_actions.c')
-rw-r--r--modules/mappers/mod_actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_actions.c b/modules/mappers/mod_actions.c
index c311a3bef4..2a67a2742a 100644
--- a/modules/mappers/mod_actions.c
+++ b/modules/mappers/mod_actions.c
@@ -118,7 +118,7 @@ static const char *set_script(cmd_parms *cmd, void *m_v,
}
else {
/* ap_method_register recognizes already registered methods,
- * so don't bother to check its previous existence explicitely.
+ * so don't bother to check its previous existence explicitly.
*/
methnum = ap_method_register(cmd->pool, method);
}