diff --git a/src/wi_stuff.cpp b/src/wi_stuff.cpp index 2fba4a33d..e3e010fed 100644 --- a/src/wi_stuff.cpp +++ b/src/wi_stuff.cpp @@ -754,7 +754,7 @@ void WI_Start(wbstartstruct_t *wbstartstruct) cls = PClass::FindClass(screenclass); if (cls == nullptr) { - I_FatalError("Cannot create statis screen"); + I_FatalError("Cannot create status screen"); } } // Set up some global stuff that is always needed.