From 436942ccff4cf6034163758d4fce84a5f7186a07 Mon Sep 17 00:00:00 2001 From: fireshoes Date: Mon, 11 Jul 2016 09:04:46 -0500 Subject: [PATCH] [EMN] Minor spelling fix. --- Mage.Sets/src/mage/sets/eldritchmoon/GrafRats.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/GrafRats.java b/Mage.Sets/src/mage/sets/eldritchmoon/GrafRats.java index 2a3ebdd31e..07cb86ceff 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/GrafRats.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/GrafRats.java @@ -50,7 +50,7 @@ public class GrafRats extends CardImpl { this.toughness = new MageInt(1); // At the beginning of combat on your turn, if you both own and control Graf Rats and a creature named Midnight Scavengers, exile them, then meld them into Chittering Host. - this.addAbility(new SimpleStaticAbility(Zone.ALL, new InfoEffect("Meld ability not implemeted yet."))); + this.addAbility(new SimpleStaticAbility(Zone.ALL, new InfoEffect("Meld ability not implemented yet."))); } public GrafRats(final GrafRats card) {