From: Roy Marples Date: Tue, 3 Feb 2015 09:37:21 +0000 (+0000) Subject: Fix comment X-Git-Tag: v6.8.0~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b354def83d6a19c138ffe70f624d1991f8bc620a;p=thirdparty%2Fdhcpcd.git Fix comment --- diff --git a/dhcpcd.c b/dhcpcd.c index 563fe479..987d437f 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1761,7 +1761,7 @@ main(int argc, char **argv) if (dhcpcd_daemonise(&ctx)) goto exit_success; } else if (t > 0 && - /* Test mode removes the daeomise bit, so check for both */ + /* Test mode removes the daemonise bit, so check for both */ ctx.options & (DHCPCD_DAEMONISE | DHCPCD_TEST)) { eloop_timeout_add_sec(ctx.eloop, t,