mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-07 02:00:05 -04:00
Fix spello "its"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user