summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-02-03 09:37:21 +0000
committerRoy Marples <roy@marples.name>2015-02-03 09:37:21 +0000
commitb354def83d6a19c138ffe70f624d1991f8bc620a (patch)
tree5f302702e079d6dc79757e21077a22ad818edf4f /dhcpcd.c
parent28fba2bb64d538f039e0e1f1dacc212b69ca23e5 (diff)
downloaddhcpcd-b354def83d6a19c138ffe70f624d1991f8bc620a.tar.xz
Fix comment
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
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,