- fixed typo in error message

This commit is contained in:
alexey.lysiuk 2018-05-25 11:05:30 +03:00
parent a936592cfd
commit 1634b78280
1 changed files with 1 additions and 1 deletions

View File

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