From 942c7d31b213f5f26dde852fe053932473ec4be6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 25 Oct 2013 22:08:10 +0100 Subject: Fix "Homeprew" typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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} -- cgit v1.2.3