remote-curl: fix typo

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Denton Liu
2020-05-18 11:47:18 -04:00
committed by Junio C Hamano
parent efcab5b7a3
commit 51ca7f89f8

View File

@ -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.
*/