Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 3b75ac9

Browse files
committed
fix typo
1 parent 544c1f7 commit 3b75ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func InstallProtocol(scheme string, service common.GitUploadPackService) {
4747
KnownProtocols[scheme] = service
4848
}
4949

50-
// NewGitUploadPackService returns the appropiate upload pack service
50+
// NewGitUploadPackService returns the appropriate upload pack service
5151
// among of the set of known protocols: HTTP, SSH. See `InstallProtocol`
5252
// to add or modify protocols.
5353
func NewGitUploadPackService(repoURL string) (common.GitUploadPackService, error) {

0 commit comments

Comments
 (0)