summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 6f9be5609f..d5d9a49b3f 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3587,7 +3587,7 @@ bool monsters::is_habitable_feat(dungeon_feature_type actual_grid) const
bool monsters::can_drown() const
{
- // Presumeably a shark in lava or a lavafish in deep water could
+ // Presumably a shark in lava or a lavafish in deep water could
// drown, but that should never happen, so this simple check should
// be enough.
switch (mons_primary_habitat(this))