summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-02-20 17:11:39 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-02-20 18:58:07 +0900
commit27edd36eaa0ff6478f7885a702567841fef2f186 (patch)
tree2338e30498f7465e37326fe78bba6ffcc435d852 /src/network
parentaa3069977ee0b7d0c9fe930f88fd99d7f6dfa1c4 (diff)
downloadsystemd-27edd36eaa0ff6478f7885a702567841fef2f186.tar.gz
network: fix typo
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkd-nexthop.c2
-rw-r--r--src/network/networkd-route.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-nexthop.c b/src/network/networkd-nexthop.c
index be41f1e9d6..07842ae608 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 7d725d6a64..ddfa4d4df7 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;