summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-09-12 12:22:28 +0100
committerRoy Marples <roy@marples.name>2017-09-12 12:22:28 +0100
commit2e31e2720f349887aec76b758ccbc8c1edbc65c4 (patch)
tree301b576c5f5ffcbcbaa092ba1630ba7399a79ef6 /src/dhcpcd.c
parente48df2386eb916e7db547a051739cf0f6f771ade (diff)
downloaddhcpcd-2e31e2720f349887aec76b758ccbc8c1edbc65c4.tar.xz
Update spelling in comments.
Fixes T137.
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c
index fe21612a..f134b718 100644
--- a/src/dhcpcd.c
+++ b/src/dhcpcd.c
@@ -1844,7 +1844,7 @@ printpidfile:
if (ctx.ifc == 1 && !(ctx.options & DHCPCD_BACKGROUND))
ctx.options |= DHCPCD_WAITIP;
- /* Start handling kernel messages for interfaces, addreses and
+ /* Start handling kernel messages for interfaces, addresses and
* routes. */
eloop_event_add(ctx.eloop, ctx.link_fd, dhcpcd_handlelink, &ctx);