summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-06 05:18:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-06 05:18:24 +0000
commit3c02f75ffc498957f0d8dc7fd0585d22716e0913 (patch)
tree13a9bd1b19b46400c6111383dd01b517ae74f8db /crawl-ref/source/fight.cc
parent9443fbbfd47e2e51e606258aac12584f244f3476 (diff)
downloadcrawl-ref-3c02f75ffc498957f0d8dc7fd0585d22716e0913.tar.gz
crawl-ref-3c02f75ffc498957f0d8dc7fd0585d22716e0913.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8262 c06c8d41-db1a-0410-9941-cceddc491573
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;
}