- Simple text fixes.

This commit is contained in:
Jeff 2015-10-12 15:15:29 -05:00 committed by AlumiuN
parent fd7bf5d790
commit 3076ebd5ad
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ import mage.target.common.TargetControlledPermanent;
* 702.77b If a spell has multiple instances of conspire, each is paid separately and triggers * 702.77b If a spell has multiple instances of conspire, each is paid separately and triggers
* based on its own payment, not any other instance of conspire. * * based on its own payment, not any other instance of conspire. *
* *
* @author jeffwadsworth heavily based off the replicate keyword by LevelX * @author LevelX
*/ */
public class ConspireAbility extends StaticAbility implements OptionalAdditionalSourceCosts { public class ConspireAbility extends StaticAbility implements OptionalAdditionalSourceCosts {

View file

@ -34,8 +34,8 @@ import mage.game.events.GameEvent.EventType;
import mage.watchers.Watcher; import mage.watchers.Watcher;
/** /**
* The wachter checks if a specific phase event has already happened during the * The watcher checks if a specific phase event has already happened during the
* current turn. If not it returns false, otheriwsed true. * current turn. If not it returns false, otherwise true.
* *
* @author LevelX2 * @author LevelX2
*/ */