diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-25 11:18:50 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-25 11:18:50 +0000 |
commit | a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe (patch) | |
tree | abf9f9bdf206887f87412f272066e0689f481c30 /Completion/Unix/Command/_texinfo | |
parent | 83932ba23f06a467f33b4138484f7b0423660182 (diff) | |
download | zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.gz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.xz zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.zip |
18472: spelling corrections
Diffstat (limited to 'Completion/Unix/Command/_texinfo')
-rw-r--r-- | Completion/Unix/Command/_texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_texinfo b/Completion/Unix/Command/_texinfo index 5c118f3f0..240111990 100644 --- a/Completion/Unix/Command/_texinfo +++ b/Completion/Unix/Command/_texinfo @@ -36,7 +36,7 @@ case $service in '--infodir=[specify directory containing dir file]:info directory:_files -/' \ '--align=[specify minimum indentation for description]:indentation' \ '--calign=[specify minimum indentation for continuation lines of description]:indentation' \ - '--maxwidth=[specify maximim width of dir file]:width' \ + '--maxwidth=[specify maximum width of dir file]:width' \ '--quiet[suppress informational output]' \ '--description=[specify description for menu entry]:description' \ '--menuentry=[specify the menu entry for dir file]:menu entry' \ |