Skip to content

Commit a813241

Browse files
dschogitster
authored andcommitted
remote-curl: remove spurious period
We should not interrupt. sentences in the middle. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c70e1b0 commit a813241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote-curl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ static int post_rpc(struct rpc_state *rpc)
587587

588588
} else if (use_gzip && 1024 < rpc->len) {
589589
/* 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
591591
* the transfer time.
592592
*/
593593
git_zstream stream;

0 commit comments

Comments
 (0)