]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 8 Apr 2024 08:04:32 +0000 (10:04 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 08:25:29 +0000 (17:25 +0900)
src/core/main.c

index 6f91a15b22b4248b914cf61c8ee6284a185f5e27..8c8cf8b4a70e9f286f636f0d9e1494f5c82098a5 100644 (file)
@@ -1318,7 +1318,7 @@ static int enforce_syscall_archs(Set *archs) {
 
         r = seccomp_restrict_archs(arg_syscall_archs);
         if (r < 0)
-                return log_error_errno(r, "Failed to enforce system call architecture restrication: %m");
+                return log_error_errno(r, "Failed to enforce system call architecture restriction: %m");
 #endif
         return 0;
 }