From ed58314469596fa1f8a364202a148a379470448e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 08:49:09 +1100 Subject: [PATCH] docs: fix simple typo, bulding -> building There is a small typo in Source/lua-core-5.1.5/src/luaconf.h. Should read `building` rather than `bulding`. --- Source/lua-core-5.1.5/src/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/lua-core-5.1.5/src/luaconf.h b/Source/lua-core-5.1.5/src/luaconf.h index e2cb2616..71c80896 100644 --- a/Source/lua-core-5.1.5/src/luaconf.h +++ b/Source/lua-core-5.1.5/src/luaconf.h @@ -123,7 +123,7 @@ @* template. @@ LUA_EXECDIR in a Windows path is replaced by the executable's @* directory. -@@ LUA_IGMARK is a mark to ignore all before it when bulding the +@@ LUA_IGMARK is a mark to ignore all before it when building the @* luaopen_ function name. ** CHANGE them if for some reason your system cannot use those ** characters. (E.g., if one of those characters is a common character