summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 5637961f94..5e2398e238 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -2225,7 +2225,7 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
case TUT_SHIFT_RUN:
text << "Walking around takes fewer keystrokes if you press "
- "<w>Shift-direction</w> or <w>/ <w>direction</w>. "
+ "<w>Shift-direction</w> or <w>/ direction</w>. "
"That will let you run until a monster comes into sight or "
"your character sees something interesting.";
break;