Merge pull request #5377 from npwoods/lua_spelling_correction

Minor spelling correction (nw)
This commit is contained in:
R. Belmont 2019-07-22 20:11:57 -04:00 committed by GitHub
commit 69c488c6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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