Run spell check over solution

This commit is contained in:
RoosterDragon
2021-12-05 16:22:22 +00:00
committed by reaperrr
parent b3d290edd9
commit 727084c5fc
31 changed files with 34 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly float[] PresetSaturations = { };
[ActorReference]
[Desc("Actor type to show in the color picker. This can be overriden for specific factions with FactionPreviewActors.")]
[Desc("Actor type to show in the color picker. This can be overridden for specific factions with FactionPreviewActors.")]
public readonly string PreviewActor = null;
[SequenceReference(dictionaryReference: LintDictionaryReference.Values)]