summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index f67085a98f..e5b2125ef1 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -235,7 +235,7 @@ int corpse_rot(int pow)
{
if (si->base_type == OBJ_CORPSES && si->sub_type == CORPSE_BODY)
{
- // Found a corpse. Skeletonise it if possible.
+ // Found a corpse. Skeletonise it if possible.
if (!mons_skeleton(si->plus))
destroy_item(si->index());
else