diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index ca76c1c539..57e826bd50 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -303,7 +303,7 @@ class FormulaAuditor problem <<-EOS.undent #{dep} dependency should be depends_on "#{dep}" => :build - Or if it is indeed a runtime denpendency + Or if it is indeed a runtime dependency depends_on "#{dep}" => :run EOS when "git"