diff options
Diffstat (limited to 'Doc/Zsh/redirect.yo')
-rw-r--r-- | Doc/Zsh/redirect.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |