From: Ondrej Zajicek (work) Date: Wed, 9 Aug 2017 10:41:44 +0000 (+0200) Subject: RAdv: Fix typo X-Git-Tag: v2.0.0~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3fae3a81796b6deea48445402793660fade5eb6;p=thirdparty%2Fbird.git RAdv: Fix typo --- diff --git a/proto/radv/radv.c b/proto/radv/radv.c index 4ea1f5c2d..91f9853d0 100644 --- a/proto/radv/radv.c +++ b/proto/radv/radv.c @@ -167,7 +167,7 @@ radv_iface_new(struct radv_proto *p, struct iface *iface, struct radv_iface_conf ifa->addr = find_lladdr(iface); if (!ifa->addr) { - log(L_ERR "%s: Cannot find link-locad addr on interface %s", p->p.name, iface->name); + log(L_ERR "%s: Missing link-local address on interface %s", p->p.name, iface->name); return; }