audit: spelling fix

Closes Homebrew/homebrew#43273.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Daniel Lee Harple 2015-08-25 11:02:34 -04:00 committed by Tim D. Smith
parent eb93b82cf2
commit 4e5d92dc10

View File

@ -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"