summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 09:50:51 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 09:50:51 -0500
commit42c04eb9ff6b36614de58eb3017735071f710ce2 (patch)
treed38334c7d4483e086750961285273a73cdd7af20 /crawl-ref/source/command.cc
parent3ed0f149cfa5f8e40ccb554c550415ac63c6895b (diff)
downloadcrawl-ref-42c04eb9ff6b36614de58eb3017735071f710ce2.tar.gz
crawl-ref-42c04eb9ff6b36614de58eb3017735071f710ce2.zip
Add more spelling fixes.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc24
1 files changed, 12 insertions, 12 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 7380faa190..aae5fa1e20 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -736,7 +736,7 @@ static bool _cmdhelp_textfilter(const std::string &tag)
return (false);
}
-static const char *targeting_help_1 =
+static const char *targetting_help_1 =
"<h>Examine surroundings ('<w>x</w><h>' in main):\n"
"<w>Esc</w> : cancel (also <w>Space</w>, <w>x</w>)\n"
"<w>Dir.</w>: move cursor in that direction\n"
@@ -750,13 +750,13 @@ static const char *targeting_help_1 =
"<w>_</w> : cycle through altars\n"
"<w><<</w>/<w>></w> : cycle through up/down stairs\n"
"<w>Tab</w> : cycle through shops and portals\n"
- "<w>Ctrl-F</w> : change monster targeting mode\n"
+ "<w>Ctrl-F</w> : change monster targetting mode\n"
#ifndef USE_TILE
- "<w>Ctrl-L</w> : toggle targeting via monster list\n"
+ "<w>Ctrl-L</w> : toggle targetting via monster list\n"
#endif
"<w>Ctrl-P</w> : repeat prompt\n"
" \n"
- "<h>Targeting (zapping wands, casting spells, etc.):\n"
+ "<h>targetting (zapping wands, casting spells, etc.):\n"
"The keys from examine surroundings also work here.\n"
"In addition, you can use:\n"
"<w>Enter</w> : fire at target (<w>Space</w>, <w>Del</w>)\n"
@@ -768,7 +768,7 @@ static const char *targeting_help_1 =
"<w>Shift-Dir</w> : shoot straight-line beam\n"
#ifdef WIZARD
" \n"
- "<h>Wizard targeting commands:</h>\n"
+ "<h>Wizard targetting commands:</h>\n"
"<w>g</w>: give item to monster\n"
"<w>s</w>: force monster to shout or speak\n"
"<w>S</w>: make monster a summoned monster\n"
@@ -782,7 +782,7 @@ static const char *targeting_help_1 =
#endif
;
-static const char *targeting_help_2 =
+static const char *targetting_help_2 =
"<h>Firing or throwing a missile:\n"
"<w>(</w> : cycle to next suitable missile.\n"
"<w>)</w> : cycle to previous suitable missile.\n"
@@ -1942,7 +1942,7 @@ static int _show_keyhelp_menu(const std::vector<formatted_string> &lines,
"<w>F</w>. Monsters\n"
"<w>G</w>. Items\n"
"<w>H</w>. Spellcasting\n"
- "<w>I</w>. Targeting\n"
+ "<w>I</w>. targetting\n"
"<w>J</w>. Religion\n"
"<w>K</w>. Mutations\n"
"<w>L</w>. Licence, Contact, History\n"
@@ -2040,14 +2040,14 @@ void show_levelmap_help()
show_specific_help( getHelpString("level-map") );
}
-void show_targeting_help()
+void show_targetting_help()
{
column_composer cols(2, 41);
// Page size is number of lines - one line for --more-- prompt.
cols.set_pagesize(get_number_of_lines() - 1);
- cols.add_formatted(0, targeting_help_1, true, true);
- cols.add_formatted(1, targeting_help_2, true, true);
+ cols.add_formatted(0, targetting_help_1, true, true);
+ cols.add_formatted(1, targetting_help_2, true, true);
_show_keyhelp_menu(cols.formatted_lines(), false, true);
}
void show_interlevel_travel_branch_help()
@@ -2269,7 +2269,7 @@ static void _add_formatted_keyhelp(column_composer &cols)
"<h>Additional help:\n"
"Many commands have context sensitive \n"
"help, among them <w>X</w>, <w>x</w>, <w>f</w> (or any \n"
- "form of targeting), <w>Ctrl-G</w> or <w>G</w>, and \n"
+ "form of targetting), <w>Ctrl-G</w> or <w>G</w>, and \n"
"<w>Ctrl-F</w>.\n"
"You can read descriptions of your \n"
"current spells (<w>I</w>), skills (<w>m?</w>) and \n"
@@ -2335,7 +2335,7 @@ static void _add_formatted_tutorial_help(column_composer &cols)
"<w>X</w> : show map of the whole level\n"
"<w>Ctrl-X</w> : list monsters, items, features in sight\n"
"\n"
- "<h>Targeting (for spells and missiles)\n"
+ "<h>targetting (for spells and missiles)\n"
"Use <w>+</w> (or <w>=</w>) and <w>-</w> to cycle between\n"
"hostile monsters. <w>Enter</w> or <w>.</w> or <w>Del</w>\n"
"all fire at the selected target.\n"