]> git.sesse.net Git - cubemap/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Mar 2023 14:53:53 +0000 (15:53 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 27 Aug 2023 10:18:10 +0000 (12:18 +0200)
httpinput.h

index 1ee1f8f5c4d134e3066ec65f6923b74effc2489a..0c3b5344a5ccecc29341d7c52098cc545722fa65 100644 (file)
@@ -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 <stats>.