fixed spelling

This commit is contained in:
BetaSteward 2010-04-16 03:34:47 +00:00
parent 31062be41c
commit 1ba1f41fd3

View file

@ -53,6 +53,6 @@ public class PlayTargetWithoutPayingManaEffect extends OneShotEffect {
@Override
public String getText() {
return "you may put " + this.getSource().getTargets().get(0).getTargetName() + " from you hand onto the battlefield";
return "you may put " + this.getSource().getTargets().get(0).getTargetName() + " from your hand onto the battlefield";
}
}