aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-07 10:05:51 -0700
committerAdam Vandenberg2010-09-07 10:05:51 -0700
commit339abc769d17cc9c8c39ca7236baffa21d212ce5 (patch)
treee1b9fca680ea1e2482deecb3d52ee9a2f7f49e85
parent14353b5491f64852da15af9cf3a1623a7dcda4b6 (diff)
downloadbrew-339abc769d17cc9c8c39ca7236baffa21d212ce5.tar.bz2
brew-doctor - fix llvm typo
-rw-r--r--Library/Homebrew/brew_doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb
index a8791f453..96e3530d9 100644
--- a/Library/Homebrew/brew_doctor.rb
+++ b/Library/Homebrew/brew_doctor.rb
@@ -144,7 +144,7 @@ def check_cc_symlink
You may want to change /usr/bin/cc to point back at gcc.
To force Homebrew to use LLVM, you can set the "HOMEBREW_LLVM" environmental
- variable, or pass "--use-lvm" to "brew install".
+ variable, or pass "--use-llvm" to "brew install".
EOS
end