From deacca811578673e13d3d9c2a48f691fa5d0ec92 Mon Sep 17 00:00:00 2001 From: npwoods Date: Mon, 22 Jul 2019 16:46:24 -0400 Subject: [PATCH] Minor spelling correction (nw) --- src/frontend/mame/luaengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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