From caf12adef15e2d45869ad6a4e08882f1d98b37c5 Mon Sep 17 00:00:00 2001 From: Mike Rogers Date: Sat, 7 Mar 2020 20:44:14 +0000 Subject: [PATCH 1/2] unusally > unusually --- context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/context.go b/context/context.go index af4dd65fb..6c3bd5aee 100644 --- a/context/context.go +++ b/context/context.go @@ -25,7 +25,7 @@ type Context interface { } // cap the number of git remotes looked up, since the user might have an -// unusally large number of git remotes +// unusually large number of git remotes const maxRemotesForLookup = 5 func ResolveRemotesToRepos(remotes Remotes, client *api.Client, base string) (ResolvedRemotes, error) { From 50e886c5f859d4d03175544d196eac4fbaa8c17d Mon Sep 17 00:00:00 2001 From: Mike Rogers Date: Sat, 7 Mar 2020 20:44:39 +0000 Subject: [PATCH 2/2] sequental > sequential --- api/fake_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fake_http.go b/api/fake_http.go index 773567aaf..92b904bd5 100644 --- a/api/fake_http.go +++ b/api/fake_http.go @@ -13,7 +13,7 @@ import ( // FakeHTTP provides a mechanism by which to stub HTTP responses through type FakeHTTP struct { - // Requests stores references to sequental requests that RoundTrip has received + // Requests stores references to sequential requests that RoundTrip has received Requests []*http.Request count int responseStubs []*http.Response