summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-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" : "");