summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-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 ce318957df..66e1abeeb6 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -4269,7 +4269,7 @@ static void _handle_behaviour(monsters *mon)
return;
}
// If we're not forcing monsters to attack, just make sure they're
- // not targeting the player in arena mode.
+ // not targetting the player in arena mode.
else if (mon->foe == MHITYOU)
mon->foe = MHITNOT;
}