From b3ffaca6381cb5520721af13fff558d3b27d3a36 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 14 Feb 2002 19:41:53 -0200 Subject: details --- lauxlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3-55-g6feb