]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
xz: Fix typo
authorKian-Meng Ang <kianmeng@cpan.org>
Thu, 30 Nov 2023 14:59:47 +0000 (22:59 +0800)
committerJia Tan <jiat0218@gmail.com>
Thu, 30 Nov 2023 15:08:05 +0000 (23:08 +0800)
src/xz/file_io.c

index 70fb077247edd132b822f04ba2bd97820ecc056a..4a2c8392fa68f9387557076909b83a7644659d12 100644 (file)
@@ -293,7 +293,7 @@ io_sandbox_enter(int src_fd)
                if (ruleset_fd < 0)
                        goto error;
 
-               // All files we need should have already been openend. Thus,
+               // All files we need should have already been opened. Thus,
                // we don't need to add any rules using landlock_add_rule(2)
                // before activating the sandbox.
                //