diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-10-02 15:21:31 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-10-02 15:22:06 +0000 |
commit | 6a5c38626b82d18cad431f69aa21dcc94d1b3181 (patch) | |
tree | ef1fe9f75b77019307dbcf628098973550421687 /Doc/Zsh/contrib.yo | |
parent | d756c4d5cbf8137480fb4fe00904700eb9ac5327 (diff) | |
download | zsh-6a5c38626b82d18cad431f69aa21dcc94d1b3181.tar.gz zsh-6a5c38626b82d18cad431f69aa21dcc94d1b3181.tar.xz zsh-6a5c38626b82d18cad431f69aa21dcc94d1b3181.zip |
unposted: Fix typo
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 0c2ba484c..9e4e6bc8f 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1668,7 +1668,7 @@ tt(mq)) backend and in tt(quilt) support when the tt(unapplied-string) is generated; the tt(get-unapplied) style must be true. This hook gets the names of all unapplied patches which tt(vcs_info) -collected so far in the opposite order, which mean that the first argument is +collected so far in the opposite order, which means that the first argument is the patch next-in-line to be applied and so forth. When setting tt(ret) to non-zero, the string in |