mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user