From 84f25c66f2d2a1916b09cd61333da4147b8b6dee Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 22 Oct 2009 12:56:49 -0500 Subject: Add spelling fix. --- crawl-ref/source/spl-book.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-book.cc') 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(", %u spell%s unmemorizable" + more_str += make_stringf(", %u spell%s unmemorisable" "", num_race, num_race > 1 ? "s" : ""); -- cgit v1.2.3-54-g00ecf