diff mbox series

[1/6] remote-curl: fix typo

Message ID b390875f87dbf5f3f48909ce40f5a5749b32f5d4.1589393036.git.liu.denton@gmail.com (mailing list archive)
State New, archived
Headers show
Series remote-curl: partial fix for a deadlock with stateless rpc | expand

Commit Message

Denton Liu May 13, 2020, 6:04 p.m. UTC
Signed-off-by: Denton Liu <liu.denton@gmail.com>
---
 remote-curl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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