From: Denton Liu Date: Mon, 18 May 2020 15:47:18 +0000 (-0400) Subject: remote-curl: fix typo X-Git-Tag: v2.28.0-rc0~67^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51ca7f89f8de97388e4f7997ba07b71dffdb9178;p=thirdparty%2Fgit.git remote-curl: fix typo Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- diff --git a/remote-curl.c b/remote-curl.c index 1c9aa3d0ab..6844708f38 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -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. */