summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
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;
}