Fixed some small typos

This commit is contained in:
moomarc
2012-08-04 13:03:02 +00:00
parent eeb678f687
commit 19fdea6ced
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Name:Avarice Totem
ManaCost:1
Types:Artifact
Text:no text
A:AB$ ExchangeControl | Cost$ 5 | Defined$ Self | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target creature | SpellDescription$ Exchange control of CARDNAME and target nonland permanent.
A:AB$ ExchangeControl | Cost$ 5 | Defined$ Self | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | SpellDescription$ Exchange control of CARDNAME and target nonland permanent.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/avarice_totem.jpg

View File

@@ -825,7 +825,7 @@ public class AbilityFactoryGainControl {
sb.append(sa.getSourceCard()).append(" - ");
}
sb.append(object1 + " exchanges controler with " + object2);
sb.append(object1 + " exchanges controller with " + object2);
final AbilitySub abSub = sa.getSubAbility();
if (abSub != null) {