From d9b8691c6b137bb59ee185f69acf868a8f42b77d Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Mon, 20 Nov 2017 03:54:25 +0100 Subject: examples,plumbing,utils: typo fixes --- plumbing/protocol/packp/ulreq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/protocol/packp/ulreq.go') 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() {} -- cgit