1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

Fix typo in comment, as per bugzilla #54388

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2013-01-08 13:05:53 +00:00
parent 0e04ce5529
commit 27fc69424c

View File

@@ -86,7 +86,7 @@ AP_LUA_DECLARE(int) lua_db_close(lua_State *L)
/*
=============================================================================
db:__gc(): Garbage collecing function.
db:__gc(): Garbage collecting function.
=============================================================================
*/
AP_LUA_DECLARE(int) lua_db_gc(lua_State *L)