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 5f96a6da07..a920d89b38 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1751,7 +1751,7 @@ static void _helm_card(int power, deck_rarity_type rarity)
bool do_shield = false;
int num_resists = 0;
- // Chances are cummulative.
+ // Chances are cumulative.
if (power_level >= 2)
{
if (coinflip()) do_forescry = true;