aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRory O’Kane2012-04-03 12:16:40 -0300
committerJack Nagel2012-04-03 16:21:01 -0500
commitf00c90b552d54f8f54180ca0c1d84bc8e4180bb2 (patch)
tree7236e7565e73ba5a69962a6576106c0fd7f94228 /Library
parent1eaa107520d03a3b3080bcda2f4b9248c951871a (diff)
downloadhomebrew-f00c90b552d54f8f54180ca0c1d84bc8e4180bb2.tar.bz2
doctor: fix typos
Closes #11418. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 632819e96..4f2ffed6f 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -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