diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-08-09 12:41:44 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-08-09 12:41:44 +0200 |
commit | b3fae3a81796b6deea48445402793660fade5eb6 (patch) | |
tree | eb5d3aa47cb21c099f4d9e05ef48c9ffc36306af /proto | |
parent | 1f182675c816e4708312f99dd817fb894f3a90b3 (diff) |
RAdv: Fix typo
Diffstat (limited to 'proto')
-rw-r--r-- | proto/radv/radv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/radv/radv.c b/proto/radv/radv.c index 4ea1f5c2..91f9853d 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; } |