summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-08-08 13:00:01 +0100
committerMarvinPA <chriscampbell89@gmail.com>2013-08-08 13:00:01 +0100
commit085b3600327b347527b17ded30ea1f507d2cb6c3 (patch)
tree02169bb2909f76ed1d6b39b8942b5ea2e027ad10 /crawl-ref/source/show.cc
parentffe6e9f3292331a72536d800aea98509a3e2ecf4 (diff)
downloadcrawl-ref-085b3600327b347527b17ded30ea1f507d2cb6c3.tar.gz
crawl-ref-085b3600327b347527b17ded30ea1f507d2cb6c3.zip
Fix some typos
Diffstat (limited to 'crawl-ref/source/show.cc')
-rw-r--r--crawl-ref/source/show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index b302afc8ce..8d65dc3c7d 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -398,7 +398,7 @@ static void _update_monster(monster* mons)
env.map_knowledge(gp).set_invisible_monster();
}
- // Being submerged isnot the same as invisibility.
+ // Being submerged is not the same as invisibility.
if (mons->submerged())
return;