From f4027cc9ac9f8dc284a163559e475396373729cb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 16 Jun 2015 20:02:10 -0400 Subject: "Mac OS X" -> "OS X" in copy --- Library/Homebrew/formula_support.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Homebrew/formula_support.rb') 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 -- cgit v1.2.3