From a44d0b13e56bcf101fc324432ec48c473b249fca Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 5 Nov 2007 10:28:43 +0000 Subject: 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 --- crawl-ref/source/hiscores.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/hiscores.cc') 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" : -- cgit v1.2.3-54-g00ecf