]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo.
authorRoy Marples <roy@marples.name>
Tue, 14 Jan 2014 09:42:17 +0000 (09:42 +0000)
committerRoy Marples <roy@marples.name>
Tue, 14 Jan 2014 09:42:17 +0000 (09:42 +0000)
Thanks to Russell Bell.

ipv6nd.c

index e15004e87eac6884adc7df1fd8e105365aeffc46..f4d017e1b981dc45fa9a84cc900ab1e963e99475 100644 (file)
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -366,7 +366,7 @@ ipv6nd_sendrsprobe(void *arg)
 
        if (ipv6_linklocal(ifp) == NULL) {
                syslog(LOG_DEBUG,
-                   "%s: delaying Router Soliciation for LL address",
+                   "%s: delaying Router Solicitation for LL address",
                    ifp->name);
                ipv6_addlinklocalcallback(ifp, ipv6nd_sendrsprobe, ifp);
                return;