From 1fe317dd579d9422b096a92bce11c0c197184c0e Mon Sep 17 00:00:00 2001 From: Taryn Hill Date: Mon, 30 Jan 2017 23:24:43 -0600 Subject: [PATCH] Fix a typo in MobileInfo --- OpenRA.Mods.Common/Traits/Mobile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Mobile.cs b/OpenRA.Mods.Common/Traits/Mobile.cs index c9b0022e6c..fba438ae69 100644 --- a/OpenRA.Mods.Common/Traits/Mobile.cs +++ b/OpenRA.Mods.Common/Traits/Mobile.cs @@ -117,7 +117,7 @@ namespace OpenRA.Mods.Common.Traits public readonly string SubterraneanTransitionSound = null; - [Desc("Can this unit fly over obsticals?")] + [Desc("Can this unit fly over obstacles?")] public readonly bool Jumpjet = false; [GrantedConditionReference]