From: Johannes Schindelin Date: Wed, 8 Aug 2018 11:50:00 +0000 (-0700) Subject: remote-curl: remove spurious period X-Git-Tag: v2.19.0-rc0~29^2 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=a8132410ee70028783e9ea48c1990f3b0e107658;p=git.git remote-curl: remove spurious period We should not interrupt. sentences in the middle. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/remote-curl.c b/remote-curl.c index 6b83b7783e..954c41ba2c 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -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;