diff options
| author | Mike McQuaid | 2016-11-12 10:49:08 +0000 |
|---|---|---|
| committer | GitHub | 2016-11-12 10:49:08 +0000 |
| commit | c4519b030ec2c689cdd2a760a8d4f18926c7bed1 (patch) | |
| tree | 973e907c4b6e84fcb6b41a02ffb2181024949226 | |
| parent | f184eba20bd4904995a8fbde5f134ad843d41e76 (diff) | |
| parent | 928528252596e8db74b807f19444a5b8c0e93c93 (diff) | |
| download | brew-c4519b030ec2c689cdd2a760a8d4f18926c7bed1.tar.bz2 | |
Merge pull request #1480 from devkhan/patch-1
Typo: delet -> delete
| -rw-r--r-- | completions/zsh/_brew | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 4997b3db3..2d8e1b42b 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -416,7 +416,7 @@ _brew_install() { '--cc=-[attempt to compile using compiler]:compiler: ' \ '(--build-from-source -s)'{--build-from-source,-s}'[compile the specified formula from source even if a bottle is provided]' \ '(--devel --HEAD)'{--devel,--HEAD}'[install the development / HEAD version]' \ - '--keep-tmp[don''t delet temporary files created during installation]' \ + '--keep-tmp[don''t delete temporary files created during installation]' \ '*: : __brew_formulae' \ - interactive-install \ '--interactive[download and patch formula, then open a shell]' \ @@ -764,7 +764,7 @@ _brew_upgrade() { '--cc=-[attempt to compile using compiler]:compiler: ' \ '(--build-from-source -s)'{--build-from-source,-s}'[compile the specified formula from source even if a bottle is provided]' \ '(--devel --HEAD)'{--devel,--HEAD}'[install the development / HEAD version]' \ - '--keep-tmp[don''t delet temporary files created during installation]' \ + '--keep-tmp[don''t delete temporary files created during installation]' \ '*: : __brew_outdated_formulae' \ - interactive-install \ '--interactive[download and patch formula, then open a shell]' \ |
