]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote-curl: fix typo
authorDenton Liu <liu.denton@gmail.com>
Mon, 18 May 2020 15:47:18 +0000 (11:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 18:34:24 +0000 (11:34 -0700)
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c

index 1c9aa3d0ab978c1f98f1b4ff45143d765fcf6c27..6844708f382761999075a756ff916d07b5adff2e 100644 (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.
                 */