aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authorShawn Smith <shawnpsmith@gmail.com>2016-02-17 00:43:01 +0900
committerShawn Smith <shawnpsmith@gmail.com>2016-02-17 00:43:01 +0900
commit3b75ac9fe04e7b44f1d924368db747ca6524afa1 (patch)
tree9ab1ed5669e478c7438bfc861b689382f964e7a7 /clients
parent544c1f7919e8c7915a0c5c0b5f9ac334496b8228 (diff)
downloadgo-git-3b75ac9fe04e7b44f1d924368db747ca6524afa1.tar.gz
fix typo
Diffstat (limited to 'clients')
-rw-r--r--clients/common.go2
1 files changed, 1 insertions, 1 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) {