diff options
Diffstat (limited to 'plumbing/protocol/packp/sideband/muxer.go')
-rw-r--r-- | plumbing/protocol/packp/sideband/muxer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/sideband/muxer.go b/plumbing/protocol/packp/sideband/muxer.go index 2ab7da8..45fecc2 100644 --- a/plumbing/protocol/packp/sideband/muxer.go +++ b/plumbing/protocol/packp/sideband/muxer.go @@ -19,7 +19,7 @@ const chLen = 1 // // If t is equal to `Sideband` the max pack size is set to MaxPackedSize, in any // other value is given, max pack is set to MaxPackedSize64k, that is the -// maximum lenght of a line in pktline format. +// maximum length of a line in pktline format. func NewMuxer(t Type, w io.Writer) *Muxer { max := MaxPackedSize64k if t == Sideband { |