summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-17 22:26:20 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-17 22:26:20 +0000
commitfeedf73958a200699cd2c7033d28b0f33959fb47 (patch)
treee5f0a34244d02a31fdb6b5cd8d308c3c428cf12b /crawl-ref/source
parent9e53db8d5a46e3449df9881fc60037dced513c05 (diff)
downloadcrawl-ref-feedf73958a200699cd2c7033d28b0f33959fb47.tar.gz
crawl-ref-feedf73958a200699cd2c7033d28b0f33959fb47.zip
s/targetting/targeting/. Note that targetting is likely actually
correct (since Crawl uses British spelling) but it's "targeting" everywhere else the user sees it (though not necessarily inside the code) and this is the shorter fix. I'm sure some language gurus can weigh in on this. Fixes [2688748]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9513 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 624607b165..229f93f937 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -756,7 +756,7 @@ static const char *targeting_help_1 =
"<w>Tab</w> : cycle through shops and portals\n"
"<w>Ctrl-F</w> : change monster targeting mode\n"
#ifndef USE_TILE
- "<w>Ctrl-L</w> : toggle targetting via monster list\n"
+ "<w>Ctrl-L</w> : toggle targeting via monster list\n"
#endif
"<w>Ctrl-P</w> : repeat prompt\n"
" \n"