diff --git a/include/lapi.h b/include/lapi.h index 8e16ad5..6532be5 100644 --- a/include/lapi.h +++ b/include/lapi.h @@ -18,7 +18,7 @@ { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \ - "not enough elements in the stack") + "not enough elements in the stacks") #endif