fix spelling error in Crate* comments

This commit is contained in:
Chris Forbes
2012-04-07 11:06:26 +12:00
parent 87e9a69ae0
commit f7fea5ffce
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA
{
public class CrateDropInfo : ITraitInfo
{
public readonly int Minimum = 1; // Minumum number of crates
public readonly int Minimum = 1; // Minimum number of crates
public readonly int Maximum = 255; // Maximum number of crates
public readonly string[] ValidGround = {"Clear", "Rough", "Road", "Ore", "Beach"}; // Which terrain types can we drop on?
public readonly string[] ValidWater = {"Water"};

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA
{
public class CrateSpawnerInfo : TraitInfo<CrateSpawner>
{
public readonly int Minimum = 1; // Minumum number of crates
public readonly int Minimum = 1; // Minimum number of crates
public readonly int Maximum = 255; // Maximum number of crates
public readonly string[] ValidGround = {"Clear", "Rough", "Road", "Ore", "Beach"}; // Which terrain types can we drop on?
public readonly string[] ValidWater = {"Water"};