From 42c04eb9ff6b36614de58eb3017735071f710ce2 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 24 Sep 2009 09:50:51 -0500 Subject: Add more spelling fixes. --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') 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) { -- cgit v1.2.3-54-g00ecf