summaryrefslogtreecommitdiff
path: root/remote-curl.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-20 18:33:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-20 18:33:50 (GMT)
commit13bf260ac743d8837f89c7a29b579caafb076a7c (patch)
treed8795a502cea8af7b7ae6ef40a6660d8965d5d0e /remote-curl.c
parent93ded333bcb6687bc2aee533f18e5a0ea718024a (diff)
parenta8132410ee70028783e9ea48c1990f3b0e107658 (diff)
downloadgit-13bf260ac743d8837f89c7a29b579caafb076a7c.zip
git-13bf260ac743d8837f89c7a29b579caafb076a7c.tar.gz
git-13bf260ac743d8837f89c7a29b579caafb076a7c.tar.bz2
Merge branch 'js/typofixes'
Comment update. * js/typofixes: remote-curl: remove spurious period git-compat-util.h: fix typo
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 99b0bed..fb28309 100644
--- a/remote-curl.c
+++ b/remote-curl.c
@@ -714,7 +714,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;