aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 1e1ec89db..8f95bd94d 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -122,7 +122,7 @@ class IncompatibleCxxStdlibs < Homebrew::InstallationError
to build #{f}: #{right.type_string} (from #{right.compiler})
Please reinstall #{dep} using a compatible compiler.
- hint: Check https://github.com/mxcl/homebrew/wiki/C++-Standard-Libraries
+ hint: Check https://github.com/Homebrew/homebrew/wiki/C++-Standard-Libraries
EOS
end
end
@@ -185,7 +185,7 @@ class BuildError < Homebrew::InstallationError
if formula.tap?
user, repo = formula.tap.split '/'
tap_issues_url = "https://github.com/#{user}/homebrew-#{repo}/issues"
- puts "If reporting this issue please do so at (not mxcl/homebrew):"
+ puts "If reporting this issue please do so at (not Homebrew/homebrew):"
puts " #{tap_issues_url}"
end
else