From: Yu Watanabe Date: Sun, 30 Jul 2023 17:08:24 +0000 (+0900) Subject: network: fix typo X-Git-Tag: v255-rc1~880 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da59599d3dc9fb1937ca4b78fd30312c467aabb5;p=thirdparty%2Fsystemd.git network: fix typo Follow-up for bbeceaf2956f6cc12d75d2dc571cfc9fb1d9d839. --- diff --git a/src/network/networkd-neighbor.c b/src/network/networkd-neighbor.c index c712954e0c8..c4e1c463c45 100644 --- a/src/network/networkd-neighbor.c +++ b/src/network/networkd-neighbor.c @@ -289,7 +289,7 @@ static int link_request_neighbor(Link *link, const Neighbor *neighbor) { if (neighbor->ll_addr.length != link->hw_addr.length) { log_link_debug(link, - "The link layer address lenght (%zu) for neighbor %s does not match with " + "The link layer address length (%zu) for neighbor %s does not match with " "the hardware address length (%zu), ignoring the setting.", neighbor->ll_addr.length, IN_ADDR_TO_STRING(neighbor->family, &neighbor->in_addr),