aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrant Bobby2011-07-22 12:14:03 -0500
committerAdam Vandenberg2011-07-22 11:47:13 -0700
commitfc04e8c90f65a84e6e53ad38eca8eb8bf6239496 (patch)
treee0ad394d113e1b37288a640c9e49f8a56e41c023
parenta8dbe52d99f363c15a85aa2c4466d2be42fcdadb (diff)
downloadhomebrew-fc04e8c90f65a84e6e53ad38eca8eb8bf6239496.tar.bz2
Fix typo in `brew doctor` command
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 4da602914..5cd575b27 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -700,7 +700,7 @@ def check_for_other_frameworks
puts <<-EOS.undent
#{f} detected
- This will be picked up by Cmake's build system and likey cause the
+ This will be picked up by Cmake's build system and likely cause the
build to fail, trying to link to a 32-bit version of expat.
You may need to move this file out of the way to compile Cmake.
@@ -712,7 +712,7 @@ def check_for_other_frameworks
puts <<-EOS.undent
/Library/Frameworks/Mono.framework detected
- This can be picked up by Cmake's build system and likey cause the
+ This can be picked up by Cmake's build system and likely cause the
build to fail, finding improper header files for libpng for instance.
EOS