Browse Source

remote-curl: remove spurious period

We should not interrupt. sentences in the middle.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Johannes Schindelin 7 years ago committed by Junio C Hamano
parent
commit
a8132410ee
  1. 2
      remote-curl.c

2
remote-curl.c

@ -587,7 +587,7 @@ retry: @@ -587,7 +587,7 @@ retry:

} else if (use_gzip && 1024 < rpc->len) {
/* The client backend isn't giving us compressed data so
* we can try to deflate it ourselves, this may save on.
* we can try to deflate it ourselves, this may save on
* the transfer time.
*/
git_zstream stream;

Loading…
Cancel
Save