aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-10-25 22:08:10 +0100
committerMike McQuaid2013-10-25 22:08:10 +0100
commit942c7d31b213f5f26dde852fe053932473ec4be6 (patch)
tree36bf23d330240b28af68f9ff26ac73f91a220389
parentd11ff8ef2a1ec1cc513ae952aaefa40b6393976a (diff)
downloadhomebrew-942c7d31b213f5f26dde852fe053932473ec4be6.tar.bz2
Fix "Homeprew" typo
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 1656f466b..f8f82c54e 100755
--- a/install
+++ b/install
@@ -108,7 +108,7 @@ EOABORT
# Tests will fail if the prefix exists, but we don't have execution
# permissions. Abort in this case.
abort <<-EOABORT if File.directory? HOMEBREW_PREFIX and not File.executable? HOMEBREW_PREFIX
-The Homeprew prefix, #{HOMEBREW_PREFIX}, exists but is not searchable. If this is
+The Homebrew prefix, #{HOMEBREW_PREFIX}, exists but is not searchable. If this is
not intentional, please restore the default permissions and try running the
installer again:
sudo chmod 755 #{HOMEBREW_PREFIX}