summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-07-22 23:31:18 +0200
committerChris Campbell <chriscampbell89@gmail.com>2013-07-23 17:27:50 +0100
commitdd4c0038fd2a6e748bef03f3da35934bc779ceed (patch)
treeffa12a11a2d02469f6016fcdfc02e0aaf2be1598 /crawl-ref/source/hints.cc
parent1e8a74ea0b0e105d33382862bf59a8313bd81fa0 (diff)
downloadcrawl-ref-dd4c0038fd2a6e748bef03f3da35934bc779ceed.tar.gz
crawl-ref-dd4c0038fd2a6e748bef03f3da35934bc779ceed.zip
Fix typos in tutorial/hints mode messages
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index d89180137f..f404411b58 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -2096,7 +2096,7 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
{
text << "\n\nYou can easily find items you've left on the floor "
"with the <w>%</w> command, which will let you "
- "seach for all known items in the dungeon. For example, "
+ "search for all known items in the dungeon. For example, "
"<w>% \"dagger\"</w> will list all daggers. You can "
"can then travel to one of the spots.";
Hints.hints_stashes = false;