From 74ee65466cb321ba60db5ac6c1c568bcc9db56d3 Mon Sep 17 00:00:00 2001 From: Daemian Mack Date: Fri, 2 Sep 2011 10:59:32 -0300 Subject: Fix typo in `brew doctor` Fixes Homebrew/homebrew#7383. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') 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 -- cgit v1.2.3