diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-11-09 16:53:30 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-11-09 16:55:14 +0100 |
commit | 370b278565126a0abf3382ba10965e7a1090e7f8 (patch) | |
tree | a9df0cab2ff7932fa3aaa9c34a7392abfa47dd81 /Completion/Unix/Command/_groff | |
parent | 496626ddb8ed9d16b4f89c28c733e3312decebe6 (diff) | |
download | zsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.gz zsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.xz zsh-370b278565126a0abf3382ba10965e7a1090e7f8.zip |
39890: typo corrections in completion functions
Diffstat (limited to 'Completion/Unix/Command/_groff')
-rw-r--r-- | Completion/Unix/Command/_groff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_groff b/Completion/Unix/Command/_groff index 4f3b8c617..d78d65401 100644 --- a/Completion/Unix/Command/_groff +++ b/Completion/Unix/Command/_groff @@ -27,7 +27,7 @@ _arguments \ '-I[add search dir for soelim]:directory:_files -/' \ '-l[send output to spooler program for printing]' \ '*-L[pass arg to spooler program]:spooler argument:' \ - '-N[do not allow newlines within eqn delimeters]' \ + "-N[don't allow newlines within eqn delimiters]" \ '-p[preprocess with pic]' \ '*-P[pass option to postprocessor]:option:' \ '-R[preprocess with refer]' \ |