From 6a51b8994b1d45ec7df1d0a92be2a616569c0822 Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Fri, 26 Apr 2013 03:10:27 +0000 Subject: [PATCH] fix typos for quest mode shop --- src/main/java/forge/quest/QuestUtilCards.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/forge/quest/QuestUtilCards.java b/src/main/java/forge/quest/QuestUtilCards.java index 8fa7c73473b..901ad9d2e3c 100644 --- a/src/main/java/forge/quest/QuestUtilCards.java +++ b/src/main/java/forge/quest/QuestUtilCards.java @@ -538,7 +538,7 @@ public final class QuestUtilCards { @SuppressWarnings("unchecked") SealedProductTemplate template = new SealedProductTemplate(Lists.newArrayList( - Pair.of("Commmon", common), Pair.of("uncommmon", uncommon), Pair.of("RareMythic", rare) + Pair.of("Common", common), Pair.of("uncommon", uncommon), Pair.of("RareMythic", rare) )); for (int i = 0; i < totalPacks; i++) {