From: Daniel Gruno Date: Tue, 8 Jan 2013 13:05:53 +0000 (+0000) Subject: Fix typo in comment, as per bugzilla #54388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6db9a2ed9f4a90e076d499a4e0aae2e4e74ff8;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/lua/lua_dbd.c b/modules/lua/lua_dbd.c index 9da012e13d7..4be9c4710be 100644 --- a/modules/lua/lua_dbd.c +++ b/modules/lua/lua_dbd.c @@ -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)