summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 21:50:24 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 21:50:24 +0000
commit57880a7aab2b93929895ca8acabba2488461c8a4 (patch)
tree9ae471787f1bbf5b6b89047fe2b4eafd7cab57f2 /crawl-ref/source/religion.cc
parentdb91dfdd93e527f909aca964e71ad05ee9d5d028 (diff)
downloadcrawl-ref-57880a7aab2b93929895ca8acabba2488461c8a4.tar.gz
crawl-ref-57880a7aab2b93929895ca8acabba2488461c8a4.zip
Fix most of 1995487:
- hack description for Trog bookburning ability - fix typo in Trog description git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5963 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 78347dfd73..31094974da 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -483,7 +483,7 @@ std::string print_god_likes(god_type which_god, bool verbose)
case GOD_TROG:
snprintf(info, INFO_SIZE, "destroy spellbooks (especially ones you've"
- "never read)%s",
+ " never read)%s",
verbose ? " via the <w>a</w> command" : "");
likes.push_back(info);