diff --git a/Mage.Sets/src/mage/cards/a/ActivatedSleeper.java b/Mage.Sets/src/mage/cards/a/ActivatedSleeper.java index 6ee3e2ed6c0..eb0b0a458e2 100644 --- a/Mage.Sets/src/mage/cards/a/ActivatedSleeper.java +++ b/Mage.Sets/src/mage/cards/a/ActivatedSleeper.java @@ -61,7 +61,7 @@ public final class ActivatedSleeper extends CardImpl { class ActivatedSleeperEffect extends OneShotEffect { private static final FilterCard filter = new FilterCreatureCard( - "creature card in a graveyard that was put there from the battelfield this turn" + "creature card in a graveyard that was put there from the battlefield this turn" ); static {