diff options
| author | Jack Nagel | 2013-05-23 23:32:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-23 23:33:36 -0500 |
| commit | 976147833b3b2b8d9b115ce8f4b88fe15635f575 (patch) | |
| tree | b24737e07270bb57045a15331fecdc3f9e20afb3 /Library | |
| parent | c08d8dce5685e1f4238e60acebb7d29ad594124b (diff) | |
| download | homebrew-976147833b3b2b8d9b115ce8f4b88fe15635f575.tar.bz2 | |
Directory, not folder
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/requirements/mpi_dependency.rb | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/Library/Homebrew/requirements/mpi_dependency.rb b/Library/Homebrew/requirements/mpi_dependency.rb index e83f7d80c..28a03d566 100644 --- a/Library/Homebrew/requirements/mpi_dependency.rb +++ b/Library/Homebrew/requirements/mpi_dependency.rb @@ -73,7 +73,7 @@ class MPIDependency < Requirement wrappers: #{@non_functional.join ', '} - If you have a MPI installation, please ensure the bin folder is on your + If you have a MPI installation, please ensure the bin directory is on your PATH and that all the wrappers are functional. Otherwise, a MPI installation can be obtained from homebrew by *picking one* of the following formulae: |
