aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-03-06 18:00:46 +0000
committerGitHub2017-03-06 18:00:46 +0000
commit1959cc3f2df6287467d90242fc6dee41398a5731 (patch)
treebec91d4e532ad27f1cfdc3494397bdf340c1b90b
parent3aa088dcaf541f738ce51bfb75ee5f792c171a59 (diff)
parent72ca28fe56e3b48c0c9bb36462191147cc191a2f (diff)
downloadbrew-1959cc3f2df6287467d90242fc6dee41398a5731.tar.bz2
Merge pull request #2276 from johnhawkinson/dstypo
download_strategy: docstring typo Gtthub -> Github
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index bd036067d..a0025cef3 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -538,7 +538,7 @@ end
# your formula. This download strategy uses GitHub access tokens (in the
# environment variables HOMEBREW_GITHUB_API_TOKEN) to sign the request. This
# strategy is suitable for corporate use just like S3DownloadStrategy, because
-# it lets you use a private GttHub repository for internal distribution. It
+# it lets you use a private GitHub repository for internal distribution. It
# works with public one, but in that case simply use CurlDownloadStrategy.
class GitHubPrivateRepositoryDownloadStrategy < CurlDownloadStrategy
require "utils/formatter"