]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Jan 2024 14:27:31 +0000 (23:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Jan 2024 14:28:03 +0000 (23:28 +0900)
Follow-up for 406fde1a4d87eb43cbec0b86213bf78b02595c6b.

src/network/networkd-route-nexthop.c

index 2228c6280de32067f306f738b9758cb3f22b403f..5f1da286046456c1215c70a5af671a897c6fed13 100644 (file)
@@ -585,7 +585,7 @@ int route_nexthops_set_netlink_message(const Route *route, sd_netlink_message *m
         if (route_type_is_reject(route))
                 return 0;
 
-        /* We request IPv6 multipath routes separatedly. Even though, if weight is non-zero, we need to use
+        /* We request IPv6 multipath routes separately. Even though, if weight is non-zero, we need to use
          * RTA_MULTIPATH, as we have no way to specify the weight of the nexthop. */
         if (ordered_set_isempty(route->nexthops) && route->nexthop.weight == 0) {