aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-01-06 17:58:16 +0100
committerBaptiste Fontaine2016-01-06 17:58:16 +0100
commitf11bea015370ce813b14bf3bf425bffe159c5425 (patch)
treecd2f757347d78290d7ce49e609d0ac6fc72bd803 /Library/Homebrew/cmd
parent8e75375d9d03e497ab9b0a22c557a226d8fa1092 (diff)
downloadbrew-f11bea015370ce813b14bf3bf425bffe159c5425.tar.bz2
audit: typo
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/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 d233afaa9..f881105a1 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -302,7 +302,7 @@ class FormulaAuditor
end
if dep_f.oldname && dep.name.split("/").last == dep_f.oldname
- problem "Dependency '#{dep.name}' was renamed; use newname '#{dep_f.name}'."
+ problem "Dependency '#{dep.name}' was renamed; use new name '#{dep_f.name}'."
end
if @@aliases.include?(dep.name)