summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",