aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2023-11-30 22:59:47 +0800
committerJia Tan <jiat0218@gmail.com>2023-11-30 23:08:05 +0800
commit424d46ead8cbc0da57f406b76926ec4ed47437f5 (patch)
tree888a2502d702011b048579183d2a9c85e5b10505
parentUpdate THANKS. (diff)
downloadxz-424d46ead8cbc0da57f406b76926ec4ed47437f5.tar.xz
xz: Fix typo
-rw-r--r--src/xz/file_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/file_io.c b/src/xz/file_io.c
index 70fb0772..4a2c8392 100644
--- a/src/xz/file_io.c
+++ b/src/xz/file_io.c
@@ -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.
//