lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



A trivial typo in the HISTORY file:

diff -r 7bceb82a2bde HISTORY
--- a/HISTORY   Sun Mar 25 15:27:21 2007 -0400
+++ b/HISTORY   Sun Mar 25 21:30:02 2007 -0400
@@ -14,7 +14,7 @@ HISTORY for Lua 5.1
   API:
   + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
   + user supplies memory allocator (lua_open becomes lua_newstate).
-  + luaopen_* functionst must be called through Lua.
+  + luaopen_* functions must be called through Lua.
   Implementation:
   + new configuration scheme via luaconf.h.
   + incremental garbage collection.


(I ran regression tests on my Lua code, incl. extension modules. I did not find any problems. (Mac OS X 10.4.9 PPC).)


--
Gé Weijers