remote-curl: remove spurious period
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Aug 2018 11:50:00 +0000 (04:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Aug 2018 16:07:18 +0000 (09:07 -0700)
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>
remote-curl.c

index 6b83b77..954c41b 100644 (file)
@@ -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;