From: Roy Marples Date: Fri, 24 May 2024 11:59:32 +0000 (+0100) Subject: Spell ADVERTISEMENT correctly. X-Git-Tag: v10.0.8~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=906675d41eaf7e380662ac50a5a5a6a99c90027a;p=thirdparty%2Fdhcpcd.git Spell ADVERTISEMENT correctly. Fixes #326 --- diff --git a/src/dhcp6.c b/src/dhcp6.c index 7cc51f99..76a6719b 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -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; }