summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.cpp')
-rw-r--r--src/frontend/mame/luaengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/luaengine.cpp b/src/frontend/mame/luaengine.cpp
index a6fe3c08135..f50c1d20907 100644
--- a/src/frontend/mame/luaengine.cpp
+++ b/src/frontend/mame/luaengine.cpp
@@ -958,7 +958,7 @@ void lua_engine::initialize()
*
* emu.thread()
*
- * thread:start(scr) - run scr (lua code as string) in a seperate thread
+ * thread:start(scr) - run scr (lua code as string) in a separate thread
* in a new empty (other than modules) lua context.
* thread runs until yield() and/or terminates on return.
* thread:continue(val) - resume thread that has yielded and pass val to it