summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 00:18:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 00:18:15 +0000
commit5f990db08cb791c329a9996aa964a3d2b31bddfa (patch)
treeb4b0d50500573754241dc14fd3f68ac5e6c21ebb /crawl-ref/source
parent1579f75e63ce647953008d70029a5493ca8f26c8 (diff)
downloadcrawl-ref-5f990db08cb791c329a9996aa964a3d2b31bddfa.tar.gz
crawl-ref-5f990db08cb791c329a9996aa964a3d2b31bddfa.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8288 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 9e92b6f155..f260180e6c 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -1653,7 +1653,7 @@ void zap_los_monsters()
// Do a hard reset so the monster's items will be discarded.
mon->flags |= MF_HARD_RESET;
// Do a silent, wizard-mode monster_die() just to be extra sure the
- // player sees nothings.
+ // player sees nothing.
monster_die(mon, KILL_DISMISSED, NON_MONSTER, true, true);
}
}