summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-12-09 12:41:17 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-12-10 15:37:22 +0000
commit9ff65a6a82d6c134e5ba0459042672e51d0cf3b5 (patch)
tree28aea7cf8bd59c2c5dafe4d877586c8fc901444f /crawl-ref/source/hints.cc
parent8fe954617de510e6e1666c5bf5f024c737d2ca4c (diff)
downloadcrawl-ref-9ff65a6a82d6c134e5ba0459042672e51d0cf3b5.tar.gz
crawl-ref-9ff65a6a82d6c134e5ba0459042672e51d0cf3b5.zip
Fix spelling of "targeting" (#7837)
See Mantis for discussion.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 219294ddb3..be1e93a86e 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -3903,7 +3903,7 @@ void hints_inscription_info(string prompt)
formatted_string::parse_string(prompt).display();
}
-// FIXME: With the new targetting system, the hints for interesting monsters
+// FIXME: With the new targeting system, the hints for interesting monsters
// and features ("right-click/press v for more information") are no
// longer getting displayed.
// Players might still end up e'x'aming and particularly clicking on
@@ -4393,7 +4393,7 @@ void hints_describe_monster(const monster_info& mi, bool has_stat_desc)
{
ostr << "You can easily mark its square as dangerous to avoid "
"accidentally entering into its field of view when using "
- "auto-explore or auto-travel. To do so, enter targetting "
+ "auto-explore or auto-travel. To do so, enter targeting "
"mode with <w>x</w> and then press <w>e</w> when your "
"cursor is hovering over the monster's grid. Doing so will "
"mark this grid and all surrounding ones within a radius "