From a0089d97e6036b129fccde2d6ead3fae5a1130f2 Mon Sep 17 00:00:00 2001 From: Smittytron Date: Wed, 26 Dec 2018 21:03:45 -0600 Subject: [PATCH] Fix typo in CrateSpawner --- OpenRA.Mods.Common/Traits/World/CrateSpawner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs b/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs index 31e03d7edc..2ab708217c 100644 --- a/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs +++ b/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs @@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common.Traits [Translate] [Desc("Tooltip description for the crates checkbox in the lobby.")] - public readonly string CheckboxDescription = "Collect crates with units to recieve random bonuses or penalties"; + public readonly string CheckboxDescription = "Collect crates with units to receive random bonuses or penalties"; [Desc("Default value of the crates checkbox in the lobby.")] public readonly bool CheckboxEnabled = true;