Skip to content
Snippets Groups Projects
Commit c2ca1773 authored by Rory O’Kane's avatar Rory O’Kane Committed by Jack Nagel
Browse files

doctor: fix typos


Closes Homebrew/homebrew#11418.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 227ee505
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@ def check_user_path_1
#{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.
EOS
end
......@@ -418,7 +418,7 @@ def check_user_path_2
unless $seen_prefix_bin
<<-EOS.undent
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
EOS
end
......@@ -431,7 +431,7 @@ def check_user_path_3
unless $seen_prefix_sbin
<<-EOS.undent
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
EOS
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment