summaryrefslogtreecommitdiff
path: root/remote-curl.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-08-08 11:50:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-08 16:07:18 (GMT)
commita8132410ee70028783e9ea48c1990f3b0e107658 (patch)
treeca9f81be79a9e2f32222600e71c48ce0187cc164 /remote-curl.c
parentc70e1b04f66e1b1dbfb5b656c065b09c89027e62 (diff)
downloadgit-a8132410ee70028783e9ea48c1990f3b0e107658.zip
git-a8132410ee70028783e9ea48c1990f3b0e107658.tar.gz
git-a8132410ee70028783e9ea48c1990f3b0e107658.tar.bz2
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>
Diffstat (limited to 'remote-curl.c')
-rw-r--r--remote-curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-curl.c b/remote-curl.c
index 6b83b77..954c41b 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;