summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 05129c6cf5..7e6daee812 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1880,7 +1880,7 @@ static void _focus_card(int power, deck_rarity_type rarity)
if (which_god == GOD_XOM)
cause = "the capriciousness of Xom";
else
- cause = "the 'helpfullness' of " + god_name(which_god);
+ cause = "the 'helpfulness' of " + god_name(which_god);
}
}