summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 3750b72eb4..c6bb78faaf 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2265,7 +2265,7 @@ void describe_floor()
msg_channel_type channel = MSGCH_EXAMINE;
- // Water is not terribly important if you don't mind it-
+ // Water is not terribly important if you don't mind it.
if ((grd(you.pos()) == DNGN_DEEP_WATER
|| grd(you.pos()) == DNGN_SHALLOW_WATER)
&& player_likes_water())