Fix a typo

This commit is contained in:
dilnu 2018-08-04 22:42:22 -04:00
parent 988b64866c
commit 3e0a92fed8
2 changed files with 2 additions and 3 deletions

View file

@ -212,7 +212,7 @@ public class SpellAbility extends ActivatedAbilityImpl {
return this;
}
public Card getCharachteristics(Game game) {
public Card getCharacteristics(Game game) {
Spell spell = game.getSpell(this.getId());
if (spell != null) {
return spell;