aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-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