completions/zsh: fix a typo.

This commit is contained in:
Mike McQuaid 2019-01-30 21:35:01 +00:00
parent 4ace1af297
commit f1d6c0f5a4
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -115,7 +115,7 @@ __brew_common_commands() {
'link:link a formula' 'link:link a formula'
'list:list files in a formula or not-installed formulae' 'list:list files in a formula or not-installed formulae'
'log:git commit log for a formula' 'log:git commit log for a formula'
'missing:check all installed formuale for missing dependencies.' 'missing:check all installed formulae for missing dependencies.'
'migrate:migrate renamed formula to new name' 'migrate:migrate renamed formula to new name'
'outdated:list formulae for which a newer version is available' 'outdated:list formulae for which a newer version is available'
'pin:pin specified formulae' 'pin:pin specified formulae'