aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2011-08-02 14:45:52 +0100
committerMax Howell2011-08-02 14:45:52 +0100
commitfb56b56997bf87d66df65716c175360cda86cee9 (patch)
tree9f8370da1b08aedc0b5367e23cbce8eb0973a4d8
parent48501e8e1f9af4ef093efdd3183cd65ba4c381fc (diff)
downloadbrew-fb56b56997bf87d66df65716c175360cda86cee9.tar.bz2
Rephrase comment so it makes sense
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index b7c5ff98c..4d6014c85 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