From 72ca28fe56e3b48c0c9bb36462191147cc191a2f Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Mon, 6 Mar 2017 11:05:49 -0500 Subject: [PATCH] downloads_strategy: docstring typo Gtthub -> Github --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index bd036067df..a0025cef3f 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"