aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2017-02-17 22:03:04 +0000
committerGitHub2017-02-17 22:03:04 +0000
commit398289c72cf9268866b8bb0b706dfeedd7dfee24 (patch)
tree8f8c31d8df5ef9d6c51df8048cb13aa834d305df /Library/Homebrew
parent3678d60a284cb2ebf1026cf0bb1a9b613f71a734 (diff)
downloadbrew-398289c72cf9268866b8bb0b706dfeedd7dfee24.tar.bz2
diagnostic: fix typo.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/os/mac/diagnostic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb
index 229c10e9f..4da59bc2f 100644
--- a/Library/Homebrew/extend/os/mac/diagnostic.rb
+++ b/Library/Homebrew/extend/os/mac/diagnostic.rb
@@ -55,7 +55,7 @@ module Homebrew
# Travis CI images are going to end up outdated so don't complain when
# `brew test-bot` runs `brew doctor` in the CI for the Homebrew/brew
- # repository. This only needs to support whatever CI provided
+ # repository. This only needs to support whatever CI provider
# Homebrew/brew is currently using.
return if ENV["TRAVIS"]