mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix some typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -4079,7 +4079,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
|
||||
|
Reference in New Issue
Block a user