aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorDaniel Lee Harple2015-08-25 11:02:34 -0400
committerTim D. Smith2015-08-25 08:24:04 -0700
commit4e5d92dc1011bb09fa4db3282e938b4a55dc2d21 (patch)
tree426e7d45801163e8f8b718daa3c9cd6fe2c145bb /Library/Homebrew/cmd/audit.rb
parenteb93b82cf21d9afa7604440c781fe9097fc7a51d (diff)
downloadbrew-4e5d92dc1011bb09fa4db3282e938b4a55dc2d21.tar.bz2
audit: spelling fix
Closes Homebrew/homebrew#43273. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-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"