summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 6e0496a643..5d7997d7c5 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -764,7 +764,7 @@ bool spell_direction( dist &spelld, bolt &pbolt,
if (!spelld.isValid)
{
- // check for user cancel
+ // Check for user cancel.
canned_msg(MSG_OK);
return (false);
}