diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-11-20 11:16:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 11:16:47 +0100 |
commit | 5cf1147e1b891aee85fdd66d24cb5e8cf86531ce (patch) | |
tree | a0a4550273fd15ecb04ad6b548f13c8e3cfce2d7 /plumbing/protocol/packp/ulreq.go | |
parent | 6abcb9798743579819719eb7328f2a7bdc8a882e (diff) | |
parent | d9b8691c6b137bb59ee185f69acf868a8f42b77d (diff) | |
download | go-git-5cf1147e1b891aee85fdd66d24cb5e8cf86531ce.tar.gz |
Merge pull request #647 from ferhatelmas/typo-fixes
examples,plumbing,utils: typo fixes
Diffstat (limited to 'plumbing/protocol/packp/ulreq.go')
-rw-r--r-- | plumbing/protocol/packp/ulreq.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/ulreq.go b/plumbing/protocol/packp/ulreq.go index 7832007..74109d8 100644 --- a/plumbing/protocol/packp/ulreq.go +++ b/plumbing/protocol/packp/ulreq.go @@ -28,7 +28,7 @@ type Depth interface { // DepthCommits values stores the maximum number of requested commits in // the packfile. Zero means infinite. A negative value will have -// undefined consecuences. +// undefined consequences. type DepthCommits int func (d DepthCommits) isDepth() {} |