diff --git a/Mage/src/mage/abilities/keyword/ConspireAbility.java b/Mage/src/mage/abilities/keyword/ConspireAbility.java index cef23120fe..a655b31721 100644 --- a/Mage/src/mage/abilities/keyword/ConspireAbility.java +++ b/Mage/src/mage/abilities/keyword/ConspireAbility.java @@ -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 * 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 { diff --git a/Mage/src/mage/watchers/common/FirstTimeStepWatcher.java b/Mage/src/mage/watchers/common/FirstTimeStepWatcher.java index 911a3ecf93..028e77e120 100644 --- a/Mage/src/mage/watchers/common/FirstTimeStepWatcher.java +++ b/Mage/src/mage/watchers/common/FirstTimeStepWatcher.java @@ -34,8 +34,8 @@ import mage.game.events.GameEvent.EventType; import mage.watchers.Watcher; /** - * The wachter checks if a specific phase event has already happened during the - * current turn. If not it returns false, otheriwsed true. + * The watcher checks if a specific phase event has already happened during the + * current turn. If not it returns false, otherwise true. * * @author LevelX2 */