From: Yu Watanabe Date: Sat, 20 Feb 2021 08:11:39 +0000 (+0900) Subject: network: fix typo X-Git-Tag: v248-rc1~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27edd36eaa0ff6478f7885a702567841fef2f186;p=thirdparty%2Fsystemd.git network: fix typo --- diff --git a/src/network/networkd-nexthop.c b/src/network/networkd-nexthop.c index be41f1e9d68..07842ae6089 100644 --- a/src/network/networkd-nexthop.c +++ b/src/network/networkd-nexthop.c @@ -409,7 +409,7 @@ int link_set_nexthops(Link *link) { if (link->nexthop_messages == 0) { link->static_nexthops_configured = true; - /* Finaly, configure routes with gateways. */ + /* Finally, configure routes with gateways. */ return link_set_routes_with_gateway(link); } diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c index 7d725d6a646..ddfa4d4df7a 100644 --- a/src/network/networkd-route.c +++ b/src/network/networkd-route.c @@ -1327,7 +1327,7 @@ int link_set_routes_with_gateway(Link *link) { * the addresses now, let's not configure the routes either. */ return 0; - /* Finaly, add routes that needs a gateway. */ + /* Finally, add routes that needs a gateway. */ r = link_set_routes_internal(link, true); if (r < 0) return r;