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>

Johannes Schindelin committed Aug 8, 2018 at 04:50 UTC a8132410ee70028783e9ea48c1990f3b0e107658
1 file changed +1 -1
remote-curl.c
+1 -1
@@ -587,7 +587,7 @@ retry:
587
588 } else if (use_gzip && 1024 < rpc->len) {
589 /* The client backend isn't giving us compressed data so
590 - * we can try to deflate it ourselves, this may save on.
590 + * we can try to deflate it ourselves, this may save on
591 * the transfer time.
592 */
593 git_zstream stream;