From fb56b56997bf87d66df65716c175360cda86cee9 Mon Sep 17 00:00:00 2001
From: Max Howell <max@methylblue.com>
Date: Tue, 2 Aug 2011 14:45:52 +0100
Subject: [PATCH] Rephrase comment so it makes sense

---
 bin/brew | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/brew b/bin/brew
index b7c5ff98c2..4d6014c858 100755
--- a/bin/brew
+++ b/bin/brew
@@ -27,7 +27,7 @@ when '-v'
 end
 
 if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero?
-  # note we only abort if Homebrew is *not* uninstalled sudo and the user
+  # note we only abort if Homebrew is *not* installed as sudo and the user
   # calls brew as root. The fix is to chown brew to root.
   abort "Cowardly refusing to `sudo brew'"
 end
-- 
GitLab