aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_support.rb
diff options
context:
space:
mode:
authorJack Nagel2015-06-16 20:02:10 -0400
committerJack Nagel2015-06-16 20:02:10 -0400
commitf4027cc9ac9f8dc284a163559e475396373729cb (patch)
tree81d286357eb3d78f822c352f435da2fa0a6e0626 /Library/Homebrew/formula_support.rb
parentf1fd1d3d791b93ef381a62d0df7ae6493f7f24e2 (diff)
downloadbrew-f4027cc9ac9f8dc284a163559e475396373729cb.tar.bz2
"Mac OS X" -> "OS X" in copy
Diffstat (limited to 'Library/Homebrew/formula_support.rb')
-rw-r--r--Library/Homebrew/formula_support.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index 77089d42c..6813c1faa 100644
--- a/Library/Homebrew/formula_support.rb
+++ b/Library/Homebrew/formula_support.rb
@@ -25,19 +25,19 @@ class KegOnlyReason
def to_s
case @reason
when :provided_by_osx then <<-EOS
-Mac OS X already provides this software and installing another version in
+OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
#{@explanation}
EOS
when :shadowed_by_osx then <<-EOS
-Mac OS X provides similar software, and installing this software in
+OS X provides similar software, and installing this software in
parallel can cause all kinds of trouble.
#{@explanation}
EOS
when :provided_pre_mountain_lion then <<-EOS
-Mac OS X already provides this software in versions before Mountain Lion.
+OS X already provides this software in versions before Mountain Lion.
#{@explanation}
EOS