summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-10 01:43:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-10 01:43:57 +0000
commit8ffef0022ab8c2f29b68777845435342af68b7a9 (patch)
tree914ed8689a672265b495a70517b21989b161cae5
parent9c818e2338a83a0cad2620038d354bd0103a33a1 (diff)
downloadcrawl-ref-8ffef0022ab8c2f29b68777845435342af68b7a9.tar.gz
crawl-ref-8ffef0022ab8c2f29b68777845435342af68b7a9.zip
Add one last spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4982 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 58180284a7..04c38333bf 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2465,7 +2465,7 @@ static std::string religion_help( god_type god )
case GOD_NEMELEX_XOBEH:
result += "You can pray to sacrifice all items on your square. "
"Inscribe items with !p, !* or =p to avoid sacrificing "
- "them accidentally.";
+ "them accidentally. ";
break;
case GOD_VEHUMET: