summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-16 00:14:10 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-16 00:14:10 -0700
commit6525d257d208e990f5d62213adf6a062943e6626 (patch)
treef8fb38a16ede6ed90ea68eef380d0e93a7545e22 /crawl-ref/source/ghost.cc
parentafa189167b1810c2b412cdac41c315ba2628bc45 (diff)
downloadcrawl-ref-6525d257d208e990f5d62213adf6a062943e6626.tar.gz
crawl-ref-6525d257d208e990f5d62213adf6a062943e6626.zip
ghost.cc: typo fix for spell enumeration
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 922e9fca13..3e4d95d4ba 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -47,7 +47,7 @@ static spell_type search_order_conj[] = {
SPELL_STICKY_FLAME,
SPELL_ISKENDERUNS_MYSTIC_BLAST,
// 10
- SPELL_OZOCUBUS_REFRIGERTION,
+ SPELL_OZOCUBUS_REFRIGERATION,
SPELL_BOLT_OF_MAGMA,
SPELL_ICE_BOLT,
SPELL_BOLT_OF_FIRE,