From bd1b87c5790c0c6fe23f76aa360e879922e1e738 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 30 Dec 2019 11:45:08 -0300 Subject: Comments (mosty typos) --- lfunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lfunc.c') diff --git a/lfunc.c b/lfunc.c index 0ef73284..60689a7a 100644 --- a/lfunc.c +++ b/lfunc.c @@ -165,7 +165,7 @@ static int callclosemth (lua_State *L, StkId level, int status) { if (newstatus != LUA_OK && status == CLOSEPROTECT) /* first error? */ status = newstatus; /* this will be the new error */ else { - if (newstatus != LUA_OK) /* supressed error? */ + if (newstatus != LUA_OK) /* suppressed error? */ luaE_warnerror(L, "__close metamethod"); /* leave original error (or nil) on top */ L->top = restorestack(L, oldtop); -- cgit v1.2.3-55-g6feb