aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ca76c1c53..57e826bd5 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"