From: Roy Marples Date: Mon, 20 Oct 2014 09:38:34 +0000 (+0000) Subject: solicitation spelling as pointed out by Russell Bell. X-Git-Tag: v6.6.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16badc28260f4dfd416a759f58b973d780706eda;p=thirdparty%2Fdhcpcd.git solicitation spelling as pointed out by Russell Bell. --- diff --git a/ipv6nd.c b/ipv6nd.c index 8dfdcc0c..574e69a2 100644 --- 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;