From babe41894e32db0db5480612c523bdc091305458 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 19 Mar 2023 15:53:53 +0100 Subject: [PATCH] Fix a typo. --- httpinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpinput.h b/httpinput.h index 1ee1f8f..0c3b534 100644 --- a/httpinput.h +++ b/httpinput.h @@ -100,7 +100,7 @@ private: // The socket we are downloading on (or -1). int sock = -1; - // pid of the cihld process (or -1). + // pid of the child process (or -1). pid_t child_pid = -1; // Mutex protecting . -- 2.39.2