Skip to content

Commit

Permalink
remote-curl: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Denton-L authored and gitster committed May 18, 2020
1 parent efcab5b commit 51ca7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-curl.c
Expand Up @@ -643,7 +643,7 @@ static size_t rpc_out(void *ptr, size_t eltsize,
return 0;
}
/*
* If avail is non-zerp, the line length for the flush still
* If avail is non-zero, the line length for the flush still
* hasn't been fully sent. Proceed with sending the line
* length.
*/
Expand Down

0 comments on commit 51ca7f8

Please sign in to comment.