diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-09-28 00:25:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 00:25:30 +0100 |
commit | 7d047a9f8a43bca9d137d8787278265dd3415219 (patch) | |
tree | c300f66c9a51e78b248cac238a6c3c01bf4ff130 /plumbing/transport/common.go | |
parent | c0e9df9ef7d3e598c2da6047aefc94b423feb9d7 (diff) | |
parent | 32975ee2c72d60121c37aa969d70b3b9953cd76a (diff) | |
download | go-git-7d047a9f8a43bca9d137d8787278265dd3415219.tar.gz |
Merge pull request #836 from hezhizhen/typo
*: fix some typos
Diffstat (limited to 'plumbing/transport/common.go')
-rw-r--r-- | plumbing/transport/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/transport/common.go b/plumbing/transport/common.go index c6a054a..b05437f 100644 --- a/plumbing/transport/common.go +++ b/plumbing/transport/common.go @@ -108,7 +108,7 @@ type Endpoint struct { // Host is the host. Host string // Port is the port to connect, if 0 the default port for the given protocol - // wil be used. + // will be used. Port int // Path is the repository path. Path string |