]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
solicitation spelling as pointed out by Russell Bell.
authorRoy Marples <roy@marples.name>
Mon, 20 Oct 2014 09:38:34 +0000 (09:38 +0000)
committerRoy Marples <roy@marples.name>
Mon, 20 Oct 2014 09:38:34 +0000 (09:38 +0000)
ipv6nd.c

index 8dfdcc0c60974f8f40839734c5ced03f63db48b5..574e69a2b6eaaa7d802c32dbdfa16be89e7cae57 100644 (file)
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -1607,7 +1607,7 @@ ipv6nd_startrs(struct interface *ifp)
            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;