summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 18:07:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 18:07:57 +0000
commit6f3235272af77ed0710c00a2dffdbc6f4dfbf839 (patch)
tree5b6713c700e63f0a3b070b2edf9b829456a5ac43
parenta2d58511f1c9f29df9d2b82c1f1b6955e93bab4c (diff)
downloadcrawl-ref-6f3235272af77ed0710c00a2dffdbc6f4dfbf839.tar.gz
crawl-ref-6f3235272af77ed0710c00a2dffdbc6f4dfbf839.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9684 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/monstuff.cc8
1 files changed, 4 insertions, 4 deletions
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)
{