]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Spell ADVERTISEMENT correctly.
authorRoy Marples <roy@marples.name>
Fri, 24 May 2024 11:59:32 +0000 (12:59 +0100)
committerRoy Marples <roy@marples.name>
Fri, 24 May 2024 11:59:32 +0000 (12:59 +0100)
Fixes #326

src/dhcp6.c

index 7cc51f99c788a90656fe2555af80e6a534b2d4f3..76a6719b5c04c1d2f9587951eff18e294560a984 100644 (file)
@@ -3494,7 +3494,7 @@ dhcp6_recvif(struct interface *ifp, const char *sfrom,
                         * To keep the same behaviour we won't do anything with
                         * this. In the future we should make a lists of
                         * ADVERTS and pick the "best" one. */
-                       logdebugx("%s: discarding ADVERTISMENT from %s",
+                       logdebugx("%s: discarding ADVERTISEMENT from %s",
                            ifp->name, sfrom);
                        return;
                }