* GUI: fixed broken mtgjson decks import (#7065);

Fixed typos in comments;
This commit is contained in:
Oleg Agafonov 2020-09-16 02:15:40 +04:00
parent 87caf1ddd1
commit 1db8d07cbd
7 changed files with 4410 additions and 4570 deletions

View file

@ -4,7 +4,7 @@ import mage.abilities.Ability;
import mage.game.Game;
/**
* Cost that can change ability's modes (example: Kicker or Entwine can make all modes selectabled).
* Cost that can change ability's modes (example: Kicker or Entwine can make all modes selectable).
*
* @author LevelX2
*/