diff options
-rw-r--r-- | clients/common.go | 2 | ||||
-rw-r--r-- | references_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clients/common.go b/clients/common.go index 039404d..f7868cf 100644 --- a/clients/common.go +++ b/clients/common.go @@ -47,7 +47,7 @@ func InstallProtocol(scheme string, service common.GitUploadPackService) { KnownProtocols[scheme] = service } -// NewGitUploadPackService returns the appropiate upload pack service +// NewGitUploadPackService returns the appropriate upload pack service // among of the set of known protocols: HTTP, SSH. See `InstallProtocol` // to add or modify protocols. func NewGitUploadPackService(repoURL string) (common.GitUploadPackService, error) { diff --git a/references_test.go b/references_test.go index ddc1e05..4fa4f76 100644 --- a/references_test.go +++ b/references_test.go @@ -358,7 +358,7 @@ func compareSideBySide(a []string, b []*Commit) string { var cherryPicks = [...][]string{ // repo, path, commit a, commit b - []string{"https://github.com/jamesob/desk.git", "desk", "094d0e7d5d69141c98a606910ba64786c5565da0", "3f34438d54f4a1ca86db8c0f03ed8eb38f20e22c"}, + {"https://github.com/jamesob/desk.git", "desk", "094d0e7d5d69141c98a606910ba64786c5565da0", "3f34438d54f4a1ca86db8c0f03ed8eb38f20e22c"}, } // should detect cherry picks |