mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- fixed typo in error message
This commit is contained in:
parent
a936592cfd
commit
1634b78280
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue