diff --git a/lauxlib.c b/lauxlib.c index 09d72f18..d71763fb 100644 --- a/lauxlib.c +++ b/lauxlib.c @@ -27,7 +27,7 @@ LUALIB_API const char *luaL_errstr (int errcode) { "run-time error", "cannot open file", "syntax error", - "memory allocation error", + "not enough memory", "error in error handling" }; return errstr[errcode];