summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 39d194001b..d7b040207c 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -220,7 +220,7 @@ static int debug_prompt_for_skill( const char *prompt )
{
if (ptr == sk_name && strlen(specs) > 0)
{
- // we prefer prefixes over partial matches
+ // We prefer prefixes over partial matches.
skill = i;
break;
}