]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 4 Jun 2021 04:51:41 +0000 (13:51 +0900)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 Jun 2021 08:37:40 +0000 (10:37 +0200)
NEWS
src/core/unit.c

diff --git a/NEWS b/NEWS
index 440844b256caf697c56206092587cf413ee2ab36..afb66f9a7caddf2329402afa8da6064fa2d1d09e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -242,7 +242,7 @@ CHANGES WITH 249 in spe:
           is acquired through a DHCP lease on this interface an explicit route
           to this address is created on this interface to ensure that NTP
           traffic to the NTP server acquired on an interface is also routed
-          trough that interface. The pre-existing RoutesToDNS= setting that
+          through that interface. The pre-existing RoutesToDNS= setting that
           implements the same for DNS servers is now enabled by default.
 
         * A pair of service settings SocketBindAllow= + SocketBindDeny= have
index 4332263a9a687448e887ff0f3751d3756c86c5bc..42882dbd28da56108a651fd04cd284c0f86e78ba 100644 (file)
@@ -1475,7 +1475,7 @@ static int unit_add_mount_dependencies(Unit *u) {
                         r = unit_name_from_path(prefix, ".mount", &p);
                         if (IN_SET(r, -EINVAL, -ENAMETOOLONG))
                                 continue; /* If the path cannot be converted to a mount unit name, then it's
-                                           * not managable as a unit by systemd, and hence we don't need a
+                                           * not manageable as a unit by systemd, and hence we don't need a
                                            * dependency on it. Let's thus silently ignore the issue. */
                         if (r < 0)
                                 return r;