doctor: fix typo

Fixes Homebrew/homebrew#45623.
This commit is contained in:
Dominyk Tiller 2015-11-02 21:04:03 +00:00
parent 7d0c57cc9e
commit 85469b99b1

View File

@ -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.