aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-05-23 23:32:21 -0500
committerJack Nagel2013-05-23 23:33:36 -0500
commit04d0cea01c4e44dd095db0a4ee65a03b1e4f7f74 (patch)
tree679b3bdb3414179c830eb211e2886189eded2242 /Library/Homebrew/cmd
parent8b98e8334710f29b85dbf44b6a690b1a6a4d5935 (diff)
downloadbrew-04d0cea01c4e44dd095db0a4ee65a03b1e4f7f74.tar.bz2
Directory, not folder
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 a3766758f..eae033961 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -388,7 +388,7 @@ def check_xcode_prefix_exists
return if prefix.nil?
unless prefix.exist?
<<-EOS.undent
- The folder Xcode is reportedly installed to doesn't exist:
+ The directory Xcode is reportedly installed to doesn't exist:
#{prefix}
You may need to `xcode-select` the proper path if you have moved Xcode.
EOS