From 1d55e0041ec56d075f548a9660383cddba528bb6 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 16 Mar 2012 18:58:18 +0000 Subject: [PATCH] Merge r1300766: Fix some typos No logic change. I think this is CTR, please correct me if I am wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1301701 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/lua_request.c | 2 +- modules/lua/lua_vmprep.c | 2 +- modules/proxy/ajp_header.c | 2 +- server/core.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index 614f81dbd1..91bd3b75e6 100644 --- a/modules/lua/lua_request.c +++ b/modules/lua/lua_request.c @@ -82,7 +82,7 @@ void ap_lua_rstack_dump(lua_State *L, request_rec *r, const char *msg) } default:{ ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, - "%d: unkown: -[%s]-", i, lua_typename(L, i)); + "%d: unknown: -[%s]-", i, lua_typename(L, i)); break; } } diff --git a/modules/lua/lua_vmprep.c b/modules/lua/lua_vmprep.c index 308ffe6047..7c383ca94a 100644 --- a/modules/lua/lua_vmprep.c +++ b/modules/lua/lua_vmprep.c @@ -84,7 +84,7 @@ static void pstack_dump(lua_State *L, apr_pool_t *r, int level, } default:{ ap_log_perror(APLOG_MARK, level, 0, r, - "%d: unkown: [%s]", i, lua_typename(L, i)); + "%d: unknown: [%s]", i, lua_typename(L, i)); break; } } diff --git a/modules/proxy/ajp_header.c b/modules/proxy/ajp_header.c index e7e1696996..dc86defa7d 100644 --- a/modules/proxy/ajp_header.c +++ b/modules/proxy/ajp_header.c @@ -256,7 +256,7 @@ static apr_status_t ajp_marshal_into_msgb(ajp_msg_t *msg, ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(00968) "ajp_marshal_into_msgb: " - "Error appending the message begining"); + "Error appending the message beginning"); return APR_EGENERAL; } diff --git a/server/core.c b/server/core.c index e96eaa3cd9..a48a0f8886 100644 --- a/server/core.c +++ b/server/core.c @@ -4059,7 +4059,7 @@ AP_INIT_TAKE1("MaxConnectionsPerChild", ap_mpm_set_max_requests, NULL, RSRC_CONF AP_INIT_TAKE1("CoreDumpDirectory", ap_mpm_set_coredumpdir, NULL, RSRC_CONF, "The location of the directory Apache changes to before dumping core"), AP_INIT_TAKE1("MaxMemFree", ap_mpm_set_max_mem_free, NULL, RSRC_CONF, - "Maximum number of 1k blocks a particular childs allocator may hold."), + "Maximum number of 1k blocks a particular child's allocator may hold."), AP_INIT_TAKE1("ThreadStackSize", ap_mpm_set_thread_stacksize, NULL, RSRC_CONF, "Size in bytes of stack used by threads handling client connections"), #if AP_ENABLE_EXCEPTION_HOOK -- 2.40.0