Skip to content

Commit 115b4b5

Browse files
authored
Merge pull request cli#614 from MikeRogers0/refactor/fix-spelling-mistakes
Fixing 2 typos
2 parents ca7a936 + 50e886c commit 115b4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/fake_http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// FakeHTTP provides a mechanism by which to stub HTTP responses through
1515
type FakeHTTP struct {
16-
// Requests stores references to sequental requests that RoundTrip has received
16+
// Requests stores references to sequential requests that RoundTrip has received
1717
Requests []*http.Request
1818
count int
1919
responseStubs []*http.Response

context/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Context interface {
2525
}
2626

2727
// cap the number of git remotes looked up, since the user might have an
28-
// unusally large number of git remotes
28+
// unusually large number of git remotes
2929
const maxRemotesForLookup = 5
3030

3131
func ResolveRemotesToRepos(remotes Remotes, client *api.Client, base string) (ResolvedRemotes, error) {

0 commit comments

Comments
 (0)