summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-28 09:33:16 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-28 09:33:16 +0000
commit5b1c13035877e9a9fcfad7b322244a309b49f212 (patch)
treec025f48df505ddd1c3946e5ddb7b69a343dcf0a8 /crawl-ref/source/database.cc
parent865149aa81d5ca891c4bba5c3c347194e1b6cd80 (diff)
downloadcrawl-ref-5b1c13035877e9a9fcfad7b322244a309b49f212.tar.gz
crawl-ref-5b1c13035877e9a9fcfad7b322244a309b49f212.zip
And the beat goes on (stringstreams).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1386 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index ff911b4874..ed4994cbfb 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -115,7 +115,7 @@ std::string getLongDescription(const std::string &key)
return ("");
// We have to canonicalize the key (in case the user typed it
- // in and got the case wrong.
+ // in and got the case wrong.)
std::string canonical_key = key;
lowercase(canonical_key);