From 8f0258bc0767531d8e71b08977bcd096e71d8e11 Mon Sep 17 00:00:00 2001 From: Samuel Sandeen Date: Thu, 8 Sep 2016 07:26:28 -0400 Subject: [PATCH] Fix two typos --- .../abilities/oneshot/counterspell/CounterbalanceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/counterspell/CounterbalanceTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/counterspell/CounterbalanceTest.java index f52385a52b..140fdaac94 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/counterspell/CounterbalanceTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/oneshot/counterspell/CounterbalanceTest.java @@ -77,8 +77,8 @@ public class CounterbalanceTest extends CardTestPlayerBase { } /** - * Test that if the top cardis a split card, both casting costs of the split cards - * count to counter the spell. If one of the split cards halfes has the equal casting + * Test that if the top card is a split card, both casting costs of the split cards + * count to counter the spell. If one of the split cards halves has the equal casting * cost, the spell is countered. * */