summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-05 10:28:43 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-05 10:28:43 +0000
commita44d0b13e56bcf101fc324432ec48c473b249fca (patch)
treed937d085c2efdfc7d7888f8d49662e6c0a69e3a6 /crawl-ref/source/hiscores.cc
parent9966b0d518c0d1d7f816c425799e86480423e07c (diff)
downloadcrawl-ref-a44d0b13e56bcf101fc324432ec48c473b249fca.tar.gz
crawl-ref-a44d0b13e56bcf101fc324432ec48c473b249fca.zip
Incorporate patches 1825023 (typos) and 1824868 (bug in fully_contains().)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2765 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 0223f4ebf9..dd06f0a0c7 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1282,7 +1282,7 @@ scorefile_entry::character_description(death_desc_verbosity verbosity) const
}
else if (god != GOD_NO_GOD)
{
- // Not exactly the same as the religon screen, but
+ // Not exactly the same as the religion screen, but
// good enough to fill this slot for now.
snprintf( scratch, INFO_SIZE, "Was %s of %s%s",
(piety > 160) ? "the Champion" :