summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 5c6a2e28c2..c915c9edfe 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -817,7 +817,7 @@ static void _print_talent_description(talent tal)
std::string name = get_ability_def(tal.which).name;
// XXX: The suffix is necessary to distinguish between similarly
- // named spells. Yes, this is a hack.
+ // named spells. Yes, this is a hack.
std::string lookup = getLongDescription(name + "ability");
if (lookup.empty())
{