Skip to content

Commit

Permalink
- fixed typo in MAPINFO parser warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Aug 18, 2019
1 parent a892e1f commit ce53648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamedata/g_mapinfo.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit ce53648

Please sign in to comment.