summaryrefslogtreecommitdiff
path: root/ldpd/util.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-10-25 20:06:59 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2018-10-25 20:10:57 +0200
commit0437e10517aa0b6c2e3490626333a0082ff4c79f (patch)
tree498f2d6f82500fb304e37771d21d48c6185d089f /ldpd/util.c
parent6cd85474f80492d4721966610357109593ae4ab9 (diff)
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ldpd/util.c')
-rw-r--r--ldpd/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/util.c b/ldpd/util.c
index 12f9cb0ccf..b4d74f1950 100644
--- a/ldpd/util.c
+++ b/ldpd/util.c
@@ -259,7 +259,7 @@ embedscope(struct sockaddr_in6 *sin6)
if (IN6_IS_SCOPE_EMBED(&sin6->sin6_addr)) {
memcpy(&tmp16, &sin6->sin6_addr.s6_addr[2], sizeof(tmp16));
if (tmp16 != 0) {
- log_warnx("%s: address %s already has embeded scope %u",
+ log_warnx("%s: address %s already has embedded scope %u",
__func__, log_sockaddr(sin6), ntohs(tmp16));
}
tmp16 = htons(sin6->sin6_scope_id);