- Fixed two typos.

This commit is contained in:
Sloth
2015-02-08 12:59:08 +00:00
parent 20bd3e3ea9
commit 74d25c7ce1
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ public class DeckRecognizer {
}
private static final String[] KNOWN_COMMENTS = new String[] { "land", "lands", "creatures", "creature", "spells",
"enchancements", "other spells", "artifacts" };
"enchantments", "other spells", "artifacts" };
private static final String[] KNOWN_COMMENT_PARTS = new String[] { "card" };
private static boolean isDecoration(final String lineAsIs) {