about summary refs log tree commit diff
path: root/Completion/Unix/Command/_grep
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-04-25 11:18:50 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-04-25 11:18:50 +0000
commita5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe (patch)
treeabf9f9bdf206887f87412f272066e0689f481c30 /Completion/Unix/Command/_grep
parent83932ba23f06a467f33b4138484f7b0423660182 (diff)
downloadzsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.gz
zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.tar.xz
zsh-a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe.zip
18472: spelling corrections
Diffstat (limited to 'Completion/Unix/Command/_grep')
-rw-r--r--Completion/Unix/Command/_grep2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep
index 7df73f7d7..b1dd8aa45 100644
--- a/Completion/Unix/Command/_grep
+++ b/Completion/Unix/Command/_grep
@@ -55,7 +55,7 @@ arguments=( $arguments[@]
   '*--include=[examine files matching specified pattern]:file pattern'
   '*--exclude=[skip files matching specified pattern]:file pattern'
   '*--exclude-from=[skip files matching pattern in specified file]:file:_files'
-  '(--no-mesages -s)'{--no-messages,-s}'[suppress messages about unreadable]'
+  '(--no-messages -s)'{--no-messages,-s}'[suppress messages about unreadable]'
   '(--version -V)'{--version,-V}'[display version info]'
   '(--invert-match -v)'{--invert-match,-v}'[select non-matching lines]'
   '(--word-regexp -w --line-regexp -x)'{--word-regexp,-w}'[force pattern to match only whole words]'