aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-03-09 13:29:56 -0600
committerJack Nagel2012-03-09 13:29:56 -0600
commit880f566867ea63d419fc783ade89fc7fd0d91087 (patch)
tree5848649e9bed3887b20d54c1a2d7df4dd1f55b28 /Library
parentcd13553d5906b89258d1504329afc4b587967631 (diff)
downloadbrew-880f566867ea63d419fc783ade89fc7fd0d91087.tar.bz2
Remove unnecessary hyphen
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 ad6ffa60b..0d3ef3e87 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -208,7 +208,7 @@ def check_for_latest_xcode
else "4.3"
end
if MacOS.xcode_version < latest_xcode then <<-EOS.undent
- You have Xcode-#{MacOS.xcode_version}, which is outdated.
+ You have Xcode #{MacOS.xcode_version}, which is outdated.
Please install Xcode #{latest_xcode}.
EOS
end