diagnostic: trim unnecessary 'the'

This commit is contained in:
Dominyk Tiller 2016-03-21 16:28:49 +00:00 committed by Xu Cheng
parent 99155c3b5f
commit 142be05c0f

View File

@ -501,7 +501,7 @@ module Homebrew
def check_access_homebrew_repository def check_access_homebrew_repository
unless HOMEBREW_REPOSITORY.writable_real? then <<-EOS.undent unless HOMEBREW_REPOSITORY.writable_real? then <<-EOS.undent
The #{HOMEBREW_REPOSITORY} is not writable. #{HOMEBREW_REPOSITORY} is not writable.
You should probably change the ownership and permissions of #{HOMEBREW_REPOSITORY} You should probably change the ownership and permissions of #{HOMEBREW_REPOSITORY}
back to your user account. back to your user account.
@ -514,7 +514,7 @@ module Homebrew
return unless HOMEBREW_PREFIX.to_s == "/usr/local" return unless HOMEBREW_PREFIX.to_s == "/usr/local"
unless HOMEBREW_PREFIX.writable_real? then <<-EOS.undent unless HOMEBREW_PREFIX.writable_real? then <<-EOS.undent
The /usr/local directory is not writable. /usr/local is not writable.
Even if this directory was writable when you installed Homebrew, other Even if this directory was writable when you installed Homebrew, other
software may change permissions on this directory. For example, upgrading software may change permissions on this directory. For example, upgrading
to OS X El Capitan has been known to do this. Some versions of the to OS X El Capitan has been known to do this. Some versions of the