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 6b83b7783e9c62fcf623acd0ba034dd1c0b9bd10..954c41ba2cde43b6d4f724f03b622f1825a50ffd 100644 (file)
@@ -587,7 +587,7 @@ static int post_rpc(struct rpc_state *rpc)
 
        } 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;