From ce536485e128b32a35b60b291a99d3ebb6a92c10 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 18 Aug 2019 08:58:18 +0300 Subject: [PATCH] - fixed typo in MAPINFO parser warning --- src/gamedata/g_mapinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {