aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-05-06 01:52:54 +0100
committerJack Nagel2015-05-09 13:26:52 -0400
commita80c2ae06f30002d38cfbc505de6de9b84820ef9 (patch)
tree271dcfd6af097926fee08158032e5e4700f1ec05 /Library
parentdcaaa20b346c7cc0fa12f8e6a6a991ee587734b4 (diff)
downloadbrew-a80c2ae06f30002d38cfbc505de6de9b84820ef9.tar.bz2
audit: tweak ftp.gnu.org language for clarity
Closes Homebrew/homebrew#39421. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 0bcca968f..675f9ce90 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -850,7 +850,7 @@ class ResourceAuditor
case p
when %r[^http://ftp\.gnu\.org/]
- problem "ftp.gnu.org urls should be https://, not http:// (url is #{p})."
+ problem "ftp.gnu.org mirrors should be https://, not http:// (mirror is #{p})."
when %r[^http://[^/]*\.apache\.org/]
problem "Apache urls should be https://, not http (url is #{p})."
when %r[^http://code\.google\.com/]