]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tar-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Nov 2025 09:17:20 +0000 (18:17 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Nov 2025 09:17:23 +0000 (18:17 +0900)
Follow-up for 4ded7f7a434c59534f65a0f9d391c55961eb110d.

src/shared/tar-util.c

index 05dd4cd9fc9de873962d3f0e6273d222563fedec..2312e7ff9986c21c6d9bbaec42396bf1ea2180f8 100644 (file)
@@ -529,7 +529,7 @@ static int archive_entry_read_acl(
 
                 r = acl_set_perm(p, ACL_EXECUTE, permset & ARCHIVE_ENTRY_ACL_EXECUTE);
                 if (r < 0)
-                        return log_error_errno(r, "Failed to set ACL entry excute bit: %m");
+                        return log_error_errno(r, "Failed to set ACL entry execute bit: %m");
 
                 if (sym_acl_set_permset(e, p) < 0)
                         return log_error_errno(errno, "Failed to set ACL entry permission set: %m");