Fix typo in scripting.c comment

Closes #1960
This commit is contained in:
Juarez Bochi 2014-08-23 13:17:54 -03:00 committed by Matt Stancliff
parent 38a5db6c9a
commit a63b9c24f0

View File

@ -717,7 +717,7 @@ void scriptingInit(void) {
server.lua_client->flags |= REDIS_LUA_CLIENT; server.lua_client->flags |= REDIS_LUA_CLIENT;
} }
/* Lua beginners ofter don't use "local", this is likely to introduce /* Lua beginners often don't use "local", this is likely to introduce
* subtle bugs in their code. To prevent problems we protect accesses * subtle bugs in their code. To prevent problems we protect accesses
* to global variables. */ * to global variables. */
scriptingEnableGlobalsProtection(lua); scriptingEnableGlobalsProtection(lua);