Refactor: Fix spelling (#9238)

This commit is contained in:
DeepCrimson 2022-07-08 18:39:08 -07:00 committed by GitHub
parent f6ff32e38b
commit 545b7c143d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1459,7 +1459,7 @@ public abstract class PlayerImpl implements Player, Serializable {
return false;
}
// as copy, tries to applie cost effects and pays
// Copy, and try to pay for and apply effects
Ability activatingAbility = ability.copy();
if (activatingAbility.activate(game, false)) {
result = playLand(card, game, false);