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 02178f336b..9e9dc0a5b9 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3174,7 +3174,7 @@ static void _describe_cell(const coord_def& where, bool in_range)
if (targ_item != NON_ITEM)
{
- // If a mimic is on this square, we pretend it's the first item -- bwr
+ // If a mimic is on this square, we pretend it's the first item - bwr
if (mimic_item)
mpr("There is something else lying underneath.", MSGCH_FLOOR_ITEMS);
else