From 6f3235272af77ed0710c00a2dffdbc6f4dfbf839 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 23 Apr 2009 18:07:57 +0000 Subject: Typo fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9684 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 10ba52c839..f8a562002e 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -3787,10 +3787,10 @@ static void _arena_set_foe(monsters *mons) if (!other->alive() || mons_aligned(mind, i)) continue; - // Don't fight test spawners, since they're only pseduo-monsters - // placed to spawn real monsters, plus they're impossible to kill. - // But test spawners can fight each other, to give them a target o - // spawn against. + // Don't fight test spawners, since they're only pseudo-monsters + // placed to spawn real monsters, plus they're impossible to + // kill. But test spawners can fight each other, to give them a + // target to spawn against. if (other->type == MONS_TEST_SPAWNER && mons->type != MONS_TEST_SPAWNER) { -- cgit v1.2.3-54-g00ecf