diff --git a/src/gamedata/g_mapinfo.cpp b/src/gamedata/g_mapinfo.cpp index f37f63d06c..bb61386878 100644 --- a/src/gamedata/g_mapinfo.cpp +++ b/src/gamedata/g_mapinfo.cpp @@ -2205,7 +2205,7 @@ void FMapInfoParser::ParseMapInfo (int lump, level_info_t &gamedefaults, level_i if (ParsedLumps.Find(lump) != ParsedLumps.Size()) { - sc.ScriptMessage("MAPINFO file is processed more that once\n"); + sc.ScriptMessage("MAPINFO file is processed more than once\n"); } else {