From: Steinar H. Gunderson Date: Sun, 19 Mar 2023 14:53:53 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 1.5.0~8 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=babe41894e32db0db5480612c523bdc091305458 Fix a typo. --- 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 .