summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-22 12:56:49 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-22 12:56:49 -0500
commit84f25c66f2d2a1916b09cd61333da4147b8b6dee (patch)
tree5e15371a2063235b8a7a22b08ddee8565c972c4c /crawl-ref/source/spl-book.cc
parent4d8b0d6a78ff032c93c0ebef95e667c477fd8aac (diff)
downloadcrawl-ref-84f25c66f2d2a1916b09cd61333da4147b8b6dee.tar.gz
crawl-ref-84f25c66f2d2a1916b09cd61333da4147b8b6dee.zip
Add spelling fix.
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index b37048c65e..ceef7af9dc 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1570,7 +1570,7 @@ static spell_type _choose_mem_spell(spell_list &spells,
if (num_race > 0)
{
- more_str += make_stringf(", <lightred>%u spell%s unmemorizable"
+ more_str += make_stringf(", <lightred>%u spell%s unmemorisable"
"</lightred>",
num_race,
num_race > 1 ? "s" : "");