summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 05:24:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 05:24:59 +0000
commitb9fc673ceddae48198ac62d6b3694ca1bdf0a25c (patch)
tree918617ea96cbe0048c0a72f50fb3dc135cf9d124 /crawl-ref/source/spl-cast.cc
parente151d570d61938bd6f2addf014d1c9bb2fcb3aef (diff)
downloadcrawl-ref-b9fc673ceddae48198ac62d6b3694ca1bdf0a25c.tar.gz
crawl-ref-b9fc673ceddae48198ac62d6b3694ca1bdf0a25c.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9492 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 559c3daaff..c39774e896 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -221,7 +221,7 @@ int list_spells(bool toggle_with_I, bool viewing)
{
spell_menu.allow_toggle = true;
spell_menu.menu_action = Menu::ACT_EXECUTE;
- more_str += " Press ''?' to toggle between spell selection"
+ more_str += " Press '?' to toggle between spell selection"
" and description.";
}
spell_menu.set_more(formatted_string(more_str));