summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/redirect.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index caebae18e..6d1c0ac14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-01 Peter Stephenson <p.stephenson@samsung.com>
+
+ * unposted: Doc/Zsh/redirect.yo: typo.
+
2016-05-01 Frank Terbeck <ft@bewatermyfriend.org>
* 38381: Completion/Unix/Command/_picocom: Add completion for
diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo
index 66160a61e..c793638b7 100644
--- a/Doc/Zsh/redirect.yo
+++ b/Doc/Zsh/redirect.yo
@@ -246,7 +246,7 @@ In the case above, the tt(>&1) refers to the standard output at the
start of the line; the result is similar to the tt(tee) command.
However, consider:
-exmaple(date >output >&1)
+example(date >output >&1)
As redirections are evaluated in order, when the tt(>&1) is encountered
the standard output is set to the file tt(output) and another copy of