diff options
| -rw-r--r-- | Library/Homebrew/cmd/missing.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb index 891846cb8..8a1dc506d 100644 --- a/Library/Homebrew/cmd/missing.rb +++ b/Library/Homebrew/cmd/missing.rb @@ -3,7 +3,7 @@  #:    given, check all installed brews.  #:  #:    If `--hide=`<hidden> is passed, act as if none of <hidden> are installed. -#:    <hidden> should be a comma-seperated list of formulae. +#:    <hidden> should be a comma-separated list of formulae.  require "formula"  require "tab"  | 
