summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 20:56:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 20:56:25 +0000
commit04ad46b90c0282aba6a74397538c340b8a0d4d69 (patch)
tree8fae7e3414dfa6a4f772bc82a8d331d3b8da4c6f
parenta0674f612de6ac549c585884ae88987974866b1f (diff)
downloadcrawl-ref-04ad46b90c0282aba6a74397538c340b8a0d4d69.tar.gz
crawl-ref-04ad46b90c0282aba6a74397538c340b8a0d4d69.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5268 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dat/database/monname.txt2
-rw-r--r--crawl-ref/source/database.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/database/monname.txt b/crawl-ref/source/dat/database/monname.txt
index cf29d796f8..aff04bd0f8 100644
--- a/crawl-ref/source/dat/database/monname.txt
+++ b/crawl-ref/source/dat/database/monname.txt
@@ -1,7 +1,7 @@
##########################################################
# monname.txt: lookup monster names
#
-# This file contains a lists of names for monster names.
+# This file contains a list of names for monster names.
# This is currently only used when one of your orcish followers as
# Beogh's messiah gets named by Beogh.
#
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index bfb5730f83..c1350cb2b4 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -73,7 +73,7 @@ static TextDB AllDBs[] =
"database/rand_arm.txt", // mostly armour
"database/rand_all.txt", // jewellery and general
// This doesn't really belong here, but they *are* god gifts...
- "database/monname.txt", // orcish names for beogh to choose from
+ "database/monname.txt", // orcish names for Beogh to choose from
NULL),
TextDB( "db/speak",