aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-28 11:08:33 -0700
committerAdam Vandenberg2011-03-28 11:08:42 -0700
commit8f7972c194d91222dd73f7cde4f2b5bad3ef16c0 (patch)
treefb3caa81454d71473886edd65c44774adb8f365c /Library
parent6d7f608d0618fd8b6aa1f9a17c0f20650e8a281e (diff)
downloadbrew-8f7972c194d91222dd73f7cde4f2b5bad3ef16c0.tar.bz2
reword audit
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 576a9c780..7df226109 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -16,7 +16,7 @@ def audit_formula_text name, text
problems = []
if text =~ /<Formula/
- problems << " * We now space class inheritance: class Foo < Formula"
+ problems << " * Use a space in class inheritance: class Foo < Formula"
end if strict?
# Commented-out cmake support from default template