diff options
| author | John Hawkinson | 2017-03-06 11:05:49 -0500 | 
|---|---|---|
| committer | John Hawkinson | 2017-03-06 11:05:49 -0500 | 
| commit | 72ca28fe56e3b48c0c9bb36462191147cc191a2f (patch) | |
| tree | 47e49dbcf4ad8a04a6e71b665d21a6f56b7df9ea /Library/Homebrew/download_strategy.rb | |
| parent | 8772b021a28074a70f84fc19d83af6d897c6fb51 (diff) | |
| download | brew-72ca28fe56e3b48c0c9bb36462191147cc191a2f.tar.bz2 | |
downloads_strategy: docstring typo Gtthub -> Github
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 | 
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"  | 
