summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-22 21:51:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-22 21:51:58 +0000
commit72a538fb6abb7a97f862114582e494c2d799f356 (patch)
treef6e8b1090cc5d36d2920e043663f144926fb7a69 /crawl-ref/source/monstuff.cc
parent04c60898820dcdbf47ab1adca6bdb7a2fd3cd2b0 (diff)
downloadcrawl-ref-72a538fb6abb7a97f862114582e494c2d799f356.tar.gz
crawl-ref-72a538fb6abb7a97f862114582e494c2d799f356.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9167 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
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;
}