[qwaq] Fix a typo

This commit is contained in:
Bill Currie 2020-07-02 19:51:47 +09:00
parent 2ca9f80d56
commit 64100efe78

View file

@ -244,7 +244,7 @@ run_progs (void *data)
__auto_type thread = (qwaq_thread_t *) data;
spawn_progs (thread);
Sys_Printf ("starthing thread for %s\n", thread->args.a[0]);
Sys_Printf ("starting thread for %s\n", thread->args.a[0]);
PR_ExecuteProgram (thread->pr, thread->main_func);
PR_PopFrame (thread->pr);