summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 0208067c95..80ef83c2df 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1961,7 +1961,7 @@ void tutorial_describe_item(const item_def &item)
{
if (you.religion == GOD_TROG)
{
- ostr << "A spellbook! You could <w>M</w>emorize some "
+ ostr << "A spellbook! You could <w>M</w>emorise some "
"spells and then cast them with <w>Z</w>. ";
ostr << "\nAs a worshipper of "
<< god_name(GOD_TROG)
@@ -1974,7 +1974,7 @@ void tutorial_describe_item(const item_def &item)
}
else if (!you.skills[SK_SPELLCASTING])
{
- ostr << "A spellbook! You could <w>M</w>emorize some "
+ ostr << "A spellbook! You could <w>M</w>emorise some "
"spells and then cast them with <w>Z</w>. ";
ostr << "\nFor now, however, that will have to wait "
"until you've learned the basics of Spellcasting "