1
0
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:
Stefan Fritsch
2012-03-14 22:21:50 +00:00
parent 2cbae5d6e6
commit 03a8b1b4c2
4 changed files with 4 additions and 4 deletions

View File

@@ -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;
}
}