summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 12:59:23 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 12:59:23 +0000
commit37f8faa9ae67dd2555ada835021c1bf86c56de61 (patch)
tree89c654adb8d3185f2a4933330af3e0cc64b1ee3b /crawl-ref/source/fight.cc
parentc968629bb33eb0e5dcf159937742e933f3788369 (diff)
downloadcrawl-ref-37f8faa9ae67dd2555ada835021c1bf86c56de61.tar.gz
crawl-ref-37f8faa9ae67dd2555ada835021c1bf86c56de61.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8304 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index a3a489c105..583e73d2d2 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4646,7 +4646,7 @@ void melee_attack::mons_perform_attack_rounds()
mprf("%s", special_damage_message.c_str());
// Defender banished, bail before chaos_killed_defender() is
- // killed since the defender is still alive in the Abyss.
+ // called since the defender is still alive in the Abyss.
if (!defender->alive())
{
if (chaos_attack && attacker->alive())
@@ -4739,7 +4739,7 @@ void melee_attack::mons_perform_attack_rounds()
if (def_copy)
delete def_copy;
- // Inivislbe monster might have interrupted butchering.
+ // Invisible monster might have interrupted butchering.
if (was_delayed && defender->atype() == ACT_PLAYER && perceived_attack
&& !attacker_visible)
{