From 72a538fb6abb7a97f862114582e494c2d799f356 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 22 Feb 2009 21:51:58 +0000 Subject: Typo fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9167 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 17be1297f9..cf51843c19 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -2094,8 +2094,8 @@ bool monster_polymorph(monsters *monster, monster_type targetc, if (you.can_see(monster)) { seen_monster(monster); - // If the player saw both the begining and end results of a shifter - // changing then he/seh knows it must be a shifter. + // If the player saw both the beginning and end results of a + // shifter changing, then he/she knows it must be a shifter. if (can_see && shifter.ench != ENCH_NONE) monster->flags |= MF_KNOWN_MIMIC; } -- cgit v1.2.3-54-g00ecf