From 702345ee67db78d8f2a97f68f4b4bd2803ad8538 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 30 Oct 2016 16:30:40 +0000 Subject: [PATCH] docs: fix typo for brew missing --- Library/Homebrew/cmd/missing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb index 891846cb8d..8a1dc506df 100644 --- a/Library/Homebrew/cmd/missing.rb +++ b/Library/Homebrew/cmd/missing.rb @@ -3,7 +3,7 @@ #: given, check all installed brews. #: #: If `--hide=` is passed, act as if none of are installed. -#: should be a comma-seperated list of formulae. +#: should be a comma-separated list of formulae. require "formula" require "tab"