From 37f8faa9ae67dd2555ada835021c1bf86c56de61 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 7 Jan 2009 12:59:23 +0000 Subject: Typo fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8304 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/fight.cc') 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) { -- cgit v1.2.3-54-g00ecf