diff --git a/NEWS b/NEWS index 440844b256c..afb66f9a7ca 100644 --- 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 diff --git a/src/core/unit.c b/src/core/unit.c index 4332263a9a6..42882dbd28d 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -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;