doctor: fix typos
Closes Homebrew/homebrew#11418. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
227ee505b0
commit
c2ca1773c5
@ -400,7 +400,7 @@ def check_user_path_1
|
|||||||
|
|
||||||
#{conflicts * "\n "}
|
#{conflicts * "\n "}
|
||||||
|
|
||||||
Consider ammending your PATH so that #{HOMEBREW_PREFIX}/bin
|
Consider amending your PATH so that #{HOMEBREW_PREFIX}/bin
|
||||||
is ahead of /usr/bin in your PATH.
|
is ahead of /usr/bin in your PATH.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
@ -418,7 +418,7 @@ def check_user_path_2
|
|||||||
unless $seen_prefix_bin
|
unless $seen_prefix_bin
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Homebrew's bin was not found in your path.
|
Homebrew's bin was not found in your path.
|
||||||
Consider ammending your PATH variable so it contains:
|
Consider amending your PATH variable so it contains:
|
||||||
#{HOMEBREW_PREFIX}/bin
|
#{HOMEBREW_PREFIX}/bin
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
@ -431,7 +431,7 @@ def check_user_path_3
|
|||||||
unless $seen_prefix_sbin
|
unless $seen_prefix_sbin
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Homebrew's sbin was not found in your path.
|
Homebrew's sbin was not found in your path.
|
||||||
Consider ammending your PATH variable so it contains:
|
Consider amending your PATH variable so it contains:
|
||||||
#{HOMEBREW_PREFIX}/sbin
|
#{HOMEBREW_PREFIX}/sbin
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user