From 85469b99b1026c1b9fcd0e412a01ba8e281c52b6 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 2 Nov 2015 21:04:03 +0000 Subject: [PATCH] doctor: fix typo Fixes Homebrew/homebrew#45623. --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 9a8bf2b976..eecec57884 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -468,7 +468,7 @@ class Checks if dir.exist? && !dir.writable_real? then <<-EOS.undent #{dir} isn't writable. - This can happen if you "sudo make install" software that isn't managed by + This can happen if you "sudo make install" software that isn't managed by Homebrew. If a formula tries to write a file to this directory, the install will fail during the link step.