mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix typo
This commit is contained in:
parent
8aee0c1641
commit
d7fa7f673d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue