diff options
Diffstat (limited to 'src/lua/lua_regexp.c')
-rw-r--r-- | src/lua/lua_regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_regexp.c b/src/lua/lua_regexp.c index 92ed1d790..49c976c69 100644 --- a/src/lua/lua_regexp.c +++ b/src/lua/lua_regexp.c @@ -792,7 +792,7 @@ lua_regexp_split (lua_State *L) /*** * @method re:destroy() - * Destroy regexp from caches if needed (the pointer is removed by garbadge collector) + * Destroy regexp from caches if needed (the pointer is removed by garbage collector) */ static gint lua_regexp_destroy (lua_State *L) |