- fixed typo in error message

(cherry picked from commit 1634b78280)
This commit is contained in:
alexey.lysiuk 2018-05-25 11:05:30 +03:00 committed by drfrag666
parent 853b277781
commit 15b28aadd9

View file

@ -763,7 +763,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.