]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo
authorRoy Marples <roy@marples.name>
Thu, 16 Jan 2020 14:48:25 +0000 (14:48 +0000)
committerRoy Marples <roy@marples.name>
Thu, 16 Jan 2020 14:48:25 +0000 (14:48 +0000)
src/dhcpcd.c

index 74a04e3a45f53c86b655d42882d6e0ebfd684255..31e21a5dc14529f26a3b418c4e7a251270057e17 100644 (file)
@@ -1840,7 +1840,7 @@ printpidfile:
        }
 
 #ifdef USE_SIGNALS
-       /* Ingore SIGPIPE, prefer EPIPE. */
+       /* Ignore SIGPIPE, prefer EPIPE. */
        signal(SIGPIPE, SIG_IGN);
 
        /* Save signal mask, block and redirect signals to our handler */