]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
various: fix typos 41302/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 25 Mar 2026 00:43:29 +0000 (01:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 25 Mar 2026 01:03:56 +0000 (02:03 +0100)
NEWS
src/growfs/growfs.c
test/test-network/conf/25-routing-policy-rule-test1.network

diff --git a/NEWS b/NEWS
index 85cc7ac2d1d355c5cffc9072b52d3d7f4e99ab52..cdf3c3a0ad91881b316901cbc88bddb5fc022ac4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14264,7 +14264,7 @@ CHANGES WITH 235:
           the "utmp" group already, and it appears to be generally understood
           that members of "utmp" can modify/flush the utmp/wtmp/lastlog/btmp
           databases. Previously this was implemented correctly for all these
-          databases excepts btmp, which has been opened up like this now
+          databases except btmp, which has been opened up like this now
           too. Note that while the other databases are world-readable
           (i.e. 0644), btmp is not and remains more restrictive.
 
index d991b82d67ce606453baa67443d7de74a74474a3..8481257ab716636b81ef3b4201605c31f7a2b85d 100644 (file)
@@ -189,7 +189,7 @@ static int parse_argv(int argc, char *argv[]) {
 
         if (optind + 1 != argc)
                 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
-                                       "%s excepts exactly one argument (the mount point).",
+                                       "%s expects exactly one argument (the mount point).",
                                        program_invocation_short_name);
 
         arg_target = argv[optind];
index 66ea59d3a99cc66311c7029263efca96159b8f46..4c83fd5fb78ff7eb70e1858050e13bcce8afdad8 100644 (file)
@@ -67,7 +67,7 @@ Priority=202
 Table=22
 
 # The four routing policy rules below intentionally have the same config
-# excepts for their To= addresses. See issue #35874.
+# except for their To= addresses. See issue #35874.
 [RoutingPolicyRule]
 To=192.0.2.0/26
 Table=1001