summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 95a9df1302..7cc35a178c 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -535,7 +535,7 @@ bool conjure_flame(int pow, const coord_def& where)
return (false);
}
- // Note that self-targeting is handled by SPFLAG_NOT_SELF.
+ // Note that self-targetting is handled by SPFLAG_NOT_SELF.
monsters *monster = monster_at(where);
if (monster)
{