diff options
author | Daniel Gruno <humbedooh@apache.org> | 2013-01-08 14:05:53 +0100 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2013-01-08 14:05:53 +0100 |
commit | 27fc69424c59fd981823bae92517b718dd16ea88 (patch) | |
tree | c2503041fd0fd2aeef671731d161f6a21ef1e554 /modules | |
parent | Add database features for mod_lua (apr_dbd + mod_dbd). (diff) | |
download | apache2-27fc69424c59fd981823bae92517b718dd16ea88.tar.xz apache2-27fc69424c59fd981823bae92517b718dd16ea88.zip |
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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/lua/lua_dbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/lua_dbd.c b/modules/lua/lua_dbd.c index 9da012e13d..4be9c4710b 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) |