Browse Source

remote-curl: fix typo

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Denton Liu 5 years ago committed by Junio C Hamano
parent
commit
51ca7f89f8
  1. 2
      remote-curl.c

2
remote-curl.c

@ -643,7 +643,7 @@ static size_t rpc_out(void *ptr, size_t eltsize, @@ -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.
*/

Loading…
Cancel
Save