summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index c2b93ebb82..ab4b1a3c9d 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4726,7 +4726,7 @@ void melee_attack::mons_perform_attack_rounds()
if (miscast_target == attacker)
do_miscast();
- // Miscast might haved killed the attacker.
+ // Miscast might have killed the attacker.
if (!attacker->alive())
break;
}