Fixed misspelled text

This commit is contained in:
LevelX2 2013-01-14 09:21:14 +01:00
parent 1de8321f44
commit 43d1dfc0ef

View file

@ -52,7 +52,7 @@ import mage.players.Player;
*/ */
public class GreatbowDoyen extends CardImpl<GreatbowDoyen> { public class GreatbowDoyen extends CardImpl<GreatbowDoyen> {
private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("Archer creatures you controll"); private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("Archer creatures you control");
static { static {
filter.add(new ControllerPredicate(Constants.TargetController.YOU)); filter.add(new ControllerPredicate(Constants.TargetController.YOU));