From 599f1742c628db70ef84794b3b8b25fdef9e5004 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Nov 2017 17:29:04 -0200 Subject: detail (typo in comments) --- lstring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstring.h') diff --git a/lstring.h b/lstring.h index 416d9519..a994fe1e 100644 --- a/lstring.h +++ b/lstring.h @@ -1,5 +1,5 @@ /* -** $Id: lstring.h,v 1.61 2015/11/03 15:36:01 roberto Exp roberto $ +** $Id: lstring.h,v 1.62 2017/07/27 13:50:16 roberto Exp roberto $ ** String table (keep all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -14,7 +14,7 @@ /* ** Memory-allocation error message must be preallocated (it cannot -** be created after memory is exausted) +** be created after memory is exhausted) */ #define MEMERRMSG "not enough memory" -- cgit v1.2.1