From: Roy Marples Date: Thu, 16 Jan 2020 14:48:25 +0000 (+0000) Subject: Typo X-Git-Tag: v9.0.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d8705dab0ef9f121ff5ed25c64ba6ac6321189;p=thirdparty%2Fdhcpcd.git Typo --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index 74a04e3a..31e21a5d 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -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 */