aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-11-12 10:49:08 +0000
committerGitHub2016-11-12 10:49:08 +0000
commitc4519b030ec2c689cdd2a760a8d4f18926c7bed1 (patch)
tree973e907c4b6e84fcb6b41a02ffb2181024949226
parentf184eba20bd4904995a8fbde5f134ad843d41e76 (diff)
parent928528252596e8db74b807f19444a5b8c0e93c93 (diff)
downloadbrew-c4519b030ec2c689cdd2a760a8d4f18926c7bed1.tar.bz2
Merge pull request #1480 from devkhan/patch-1
Typo: delet -> delete
-rw-r--r--completions/zsh/_brew4
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]' \