summaryrefslogtreecommitdiff
path: root/Lib/lua
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-02-23 16:52:08 +1300
committerOlly Betts <olly@survex.com>2014-02-23 17:15:22 +1300
commit2f3bf144c685585dab7d4d8ae1ae805dda0edab8 (patch)
tree611f6542d86afedc55da13999b180f5e9efe5e0c /Lib/lua
parent894de07c3d676268cbfc83cf92e0bd6e7850e2dc (diff)
downloadswig-2f3bf144c685585dab7d4d8ae1ae805dda0edab8.tar.gz
Fix assorted comment and documentation typos
Diffstat (limited to 'Lib/lua')
-rw-r--r--Lib/lua/luaruntime.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lua/luaruntime.swg b/Lib/lua/luaruntime.swg
index 423c7190b..3ca489ffa 100644
--- a/Lib/lua/luaruntime.swg
+++ b/Lib/lua/luaruntime.swg
@@ -31,7 +31,7 @@ SWIGEXPORT int SWIG_init(lua_State* L) /* default Lua action */
int i;
/* start with global table */
lua_pushglobaltable (L);
- /* SWIG's internal initalisation */
+ /* SWIG's internal initialisation */
SWIG_InitializeModule((void*)L);
SWIG_PropagateClientData();
#endif