aboutsummaryrefslogtreecommitdiff
path: root/Examples/lua/functest/runme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/lua/functest/runme.lua')
-rw-r--r--Examples/lua/functest/runme.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/lua/functest/runme.lua b/Examples/lua/functest/runme.lua
index 65b3cc215..773ab5dd6 100644
--- a/Examples/lua/functest/runme.lua
+++ b/Examples/lua/functest/runme.lua
@@ -1,6 +1,6 @@
---- importing ----
if string.sub(_VERSION,1,7)=='Lua 5.0' then
- -- lua5.0 doesnt have a nice way to do this
+ -- lua5.0 doesn't have a nice way to do this
lib=loadlib('example.dll','luaopen_example') or loadlib('example.so','luaopen_example')
assert(lib)()
else