@@ -1143,7 +1143,7 @@ LUA_API int lua_gc (lua_State *L, int what, ...) {
va_start(argp,what);
switch(what){
caseLUA_GCSTOP:{
g->gcstp=GCSTPUSR;/* stopeed by the user */
g->gcstp=GCSTPUSR;/* stopped by the user */
break;
}
caseLUA_GCRESTART:{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.