summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index d55807f0ea..5c98c97a4e 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1687,7 +1687,7 @@ static bool _stair_moves_pre(dungeon_feature_type stair)
static bool _check_carrying_orb()
{
- // We never picked up the Orb, all's okay.
+ // We never picked up the Orb, no problem.
if (you.char_direction != GDT_ASCENDING)
return (true);