summaryrefslogtreecommitdiff
path: root/src/network/networkd-nexthop.c
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/networkd-nexthop.c
parentaa3069977ee0b7d0c9fe930f88fd99d7f6dfa1c4 (diff)
downloadsystemd-27edd36eaa0ff6478f7885a702567841fef2f186.tar.gz
network: fix typo
Diffstat (limited to 'src/network/networkd-nexthop.c')
-rw-r--r--src/network/networkd-nexthop.c2
1 files changed, 1 insertions, 1 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);
}