]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 30 Jul 2023 17:08:24 +0000 (02:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 30 Jul 2023 17:08:43 +0000 (02:08 +0900)
Follow-up for bbeceaf2956f6cc12d75d2dc571cfc9fb1d9d839.

src/network/networkd-neighbor.c

index c712954e0c8abe20c6c891d18d0f3193d970b555..c4e1c463c45ef33437f5fdd84247c049d3f74560 100644 (file)
@@ -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),