From 90c1bbd07862c6e1c3ce80306d69eee8ed277056 Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Mon, 30 Jan 2017 19:04:46 +0100 Subject: Fix some typos in plumbing docs (#244) --- plumbing/protocol/packp/sideband/demux.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plumbing/protocol/packp') diff --git a/plumbing/protocol/packp/sideband/demux.go b/plumbing/protocol/packp/sideband/demux.go index e16c497..352336d 100644 --- a/plumbing/protocol/packp/sideband/demux.go +++ b/plumbing/protocol/packp/sideband/demux.go @@ -16,12 +16,12 @@ type Progress interface { io.Writer } -// Demuxer demultiplex the progress reports and error info interleaved with the +// Demuxer demultiplexes the progress reports and error info interleaved with the // packfile itself. // -// A sideband has three different channels the main one, call PackData, contains -// the packfile data, the ErrorMessage channel, that contains server errors and -// the last one ProgressMessage channel containing information about the ongoing +// A sideband has three different channels the main one, called PackData, contains +// the packfile data; the ErrorMessage channel, that contains server errors; and +// the last one, ProgressMessage channel, containing information about the ongoing // task happening in the server (optional, can be suppressed sending NoProgress // or Quiet capabilities to the server) // -- cgit