summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-07-30 19:08:24 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-07-30 19:08:43 +0200
commitda59599d3dc9fb1937ca4b78fd30312c467aabb5 (patch)
treec443f51d92a60a821125462397f3ed024b58a3b8
parentresolved: added show-server-state verb and DumpStatistics varlink method (diff)
downloadsystemd-da59599d3dc9fb1937ca4b78fd30312c467aabb5.tar.xz
systemd-da59599d3dc9fb1937ca4b78fd30312c467aabb5.zip
network: fix typo
Follow-up for bbeceaf2956f6cc12d75d2dc571cfc9fb1d9d839.
-rw-r--r--src/network/networkd-neighbor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-neighbor.c b/src/network/networkd-neighbor.c
index c712954e0c..c4e1c463c4 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),