Fix spello "its"

This commit is contained in:
Jan Engelhardt
2024-09-03 12:34:37 +02:00
parent a3a31c77a2
commit 38b835a03b
72 changed files with 136 additions and 136 deletions

View File

@@ -469,7 +469,7 @@ void CScriptWizard::OnUnlock() {
OutrageMessageBox("Script checked in.");
// Delete it from local pagefile if its there
// Delete it from local pagefile if it is there
int dret = mng_DeletePage(Gamefiles[n].name, PAGETYPE_GAMEFILE, 1);
ASSERT(dret == 1);
mng_EraseLocker();