diff --git a/Mage/src/mage/abilities/keyword/OutlastAbility.java b/Mage/src/mage/abilities/keyword/OutlastAbility.java index b7959d69803..a04377e4060 100644 --- a/Mage/src/mage/abilities/keyword/OutlastAbility.java +++ b/Mage/src/mage/abilities/keyword/OutlastAbility.java @@ -59,7 +59,7 @@ public class OutlastAbility extends ActivatedAbilityImpl { @Override public String getRule() { - StringBuilder sb = new StringBuilder("Outcast ").append(manaCosts.getText()); + StringBuilder sb = new StringBuilder("Outlast ").append(manaCosts.getText()); sb.append(" (").append(getManaCosts().getText()).append(", ").append(getCosts().getText()).append(": Put a +1/+1 counter on this creature. Outlast only as a sorcery.)").toString(); return sb.toString(); }