summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 26675953c9..00f7b481f5 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -2164,7 +2164,7 @@ void debug_item_scan( void )
const monsters* mon = holding_monster(mitm[i]);
- // Don't check (-1,-1) player items or (-2, -2) monstert items
+ // Don't check (-1,-1) player items or (-2, -2) monster items
// (except to make sure that the monster is alive).
if (mitm[i].pos.origin())
{