aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDaemian Mack2011-09-02 10:59:32 -0300
committerJack Nagel2011-09-02 10:00:15 -0500
commit74ee65466cb321ba60db5ac6c1c568bcc9db56d3 (patch)
tree6f7085cb83f800553b8f6e64a3729ba90013d511 /Library/Homebrew
parent8f3a74993b3eec0e9f70b1b7d3903c2ca710ec5e (diff)
downloadbrew-74ee65466cb321ba60db5ac6c1c568bcc9db56d3.tar.bz2
Fix typo in `brew doctor`
Fixes Homebrew/homebrew#7383. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 70935ac89..4e268f630 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -504,7 +504,7 @@ end
def check_for_dyld_vars
if ENV['DYLD_LIBRARY_PATH']
puts <<-EOS.undent
- Setting DYLD_LIBARY_PATH can break dynamic linking.
+ Setting DYLD_LIBRARY_PATH can break dynamic linking.
You should probably unset it.
EOS