From 7a3b0b0a92e9e07200a598d743af697c9ea6aae8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 25 May 2009 05:21:48 +0000 Subject: Add spacing fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9822 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') 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()) { -- cgit v1.2.3-54-g00ecf