]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
DHCPv6: fix warning message wording
authorRoy Marples <roy@marples.name>
Sat, 20 Apr 2019 20:03:21 +0000 (21:03 +0100)
committerRoy Marples <roy@marples.name>
Sat, 20 Apr 2019 20:03:21 +0000 (21:03 +0100)
src/dhcp6.c

index 8fc4f00080c5a6cd9978cd67da3a7a6bae40abd2..dee8d4b66e5c702463315c7143949e97caa6e218 100644 (file)
@@ -3035,7 +3035,7 @@ dhcp6_bind(struct interface *ifp, const char *op, const char *sfrom)
                                 * unless those values in those fields are 0.
                                 */
                                logwarnx("%s: ignoring T1 %"PRIu32
-                                   " to due address expiry",
+                                   " due to address expiry",
                                    ifp->name, state->renew);
                                state->renew = state->rebind = 0;
                        }