summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-28 17:17:33 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-28 17:17:33 +0000
commit0b15bc15b875aeb04c2aa22d0fe6e4d13b193fac (patch)
tree9647e6bfe973587104c19c547a7c6844003fa0a0 /crawl-ref/source
parentc751e3124750774e076dc4603f39434300823949 (diff)
downloadcrawl-ref-0b15bc15b875aeb04c2aa22d0fe6e4d13b193fac.tar.gz
crawl-ref-0b15bc15b875aeb04c2aa22d0fe6e4d13b193fac.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9284 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 568e119101..4ef11faaf0 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1443,7 +1443,7 @@ int monster_die(monsters *monster, killer_type killer,
if (targ_holy == MH_NATURAL && attacker_holy == MH_UNDEAD)
{
// Yes, this is a hack, but it makes sure that confused
- // monsters doing the kill are not referred to as "slave",
+ // monsters doing the kill are not referred to as "slaves",
// and I think it's okay that Yredelemnul ignores kills
// done by confused monsters as opposed to enslaved or
// friendly ones. (jpeg)