From 7c7a92e8fb0b80b23ece1baee618dd5326d139aa Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:10:05 +0800 Subject: [PATCH] formula_auditor: clean up error wording --- Library/Homebrew/formula_auditor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 1a7292a244..f7bbb09cc0 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -310,7 +310,7 @@ module Homebrew if dep_f.deprecated? && !formula.deprecated? && !formula.disabled? problem <<~EOS Dependency '#{dep.name}' is deprecated but has un-deprecated dependents. Either - un-deprecate '#{dep.name}' or deprecate all of its dependents. + un-deprecate '#{dep.name}' or deprecate it and all of its dependents. EOS end