diff --git a/OpenRA.Game/Map/Map.cs b/OpenRA.Game/Map/Map.cs index 366f2b57a9..06644b43dc 100644 --- a/OpenRA.Game/Map/Map.cs +++ b/OpenRA.Game/Map/Map.cs @@ -302,7 +302,7 @@ namespace OpenRA return FieldLoader.GetValue("MapFormat", search.Groups[1].Value); } - throw new InvalidDataException($"MapFormat is not definedt\n File: {p.Name}"); + throw new InvalidDataException($"MapFormat is not defined\n File: {p.Name}"); } ///