aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevesh Khandelwal2016-11-11 03:26:42 +0530
committerGitHub2016-11-11 03:26:42 +0530
commitfeb34e54eb2b7f287c497b3c4baf2fbd7514a3ec (patch)
tree860bee6ddb70f1dc8b5839e1555f5f09674a1937
parentc2815fbb9af4fe4518246cba7df418935fd3b711 (diff)
downloadbrew-feb34e54eb2b7f287c497b3c4baf2fbd7514a3ec.tar.bz2
Typo: delet -> delete
-rw-r--r--completions/zsh/_brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_brew b/completions/zsh/_brew
index 4997b3db3..55b50ebcd 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]' \