summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-03-23 17:14:02 -0400
committerSamuel Bronson <naesten@gmail.com>2013-03-23 17:14:02 -0400
commit21f6a187dc797ac944df9061f1802c794427ce22 (patch)
treedee1da70f40fc86069ede4f6027f3b2c87dc8b4e /crawl-ref/source/AppHdr.h
parentbdd91ba914a5e0a148871b61ba40950b5ab743e7 (diff)
downloadcrawl-ref-21f6a187dc797ac944df9061f1802c794427ce22.tar.gz
crawl-ref-21f6a187dc797ac944df9061f1802c794427ce22.zip
Fix typo of ~/crawl for ~/.crawl in a comment.
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 34b7917aee..890bfe3083 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -359,7 +359,7 @@ static inline T move(T x) { return x; } // good enough for our purposes
// If you are installing Crawl for multiple users, define SAVE_DIR
// to the directory where saves, bones, and score file will go...
// end it with a '/'. Only one system user should be able to access
-// these -- usually this means you should place them in ~/crawl/
+// these -- usually this means you should place them in ~/.crawl/
// unless it's a DGL build.
#if !defined(DB_NDBM) && !defined(DB_DBH) && !defined(USE_SQLITE_DBM)