Mercurial > hg > dhcpcd
changeset 2801:593c03d3637c draft
solicitation spelling as pointed out by Russell Bell.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 20 Oct 2014 09:38:34 +0000 |
| parents | 97384e218567 |
| children | 54c2d145eace |
| files | ipv6nd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ipv6nd.c Fri Oct 17 21:23:01 2014 +0000 +++ b/ipv6nd.c Mon Oct 20 09:38:34 2014 +0000 @@ -1607,7 +1607,7 @@ MAX_RTR_SOLICITATION_DELAY * 1000000); timernorm(&tv); syslog(LOG_DEBUG, - "%s: delaying IPv6 router solictation for %0.1f seconds", + "%s: delaying IPv6 router solicitation for %0.1f seconds", ifp->name, timeval_to_double(&tv)); eloop_timeout_add_tv(ifp->ctx->eloop, &tv, ipv6nd_startrs1, ifp); return;
