aboutsummaryrefslogtreecommitdiff
path: root/src/xz/file_io.c
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-24 22:10:18 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-24 22:10:18 +0800
commiteaebdef4d4de3c088b0905f42626b74e0d23abf3 (patch)
tree799273a0a11b6693ac0c5a9be464f902d48e4154 /src/xz/file_io.c
parentliblzma: Change quoting style from `...' to '...'. (diff)
downloadxz-eaebdef4d4de3c088b0905f42626b74e0d23abf3.tar.xz
xz: Change quoting style from `...' to '...'.
Diffstat (limited to '')
-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 e6e4f158..55652c53 100644
--- a/src/xz/file_io.c
+++ b/src/xz/file_io.c
@@ -433,7 +433,7 @@ io_copy_attrs(const file_pair *pair)
message_warning(_("%s: Cannot set the file group: %s"),
pair->dest_name, strerror(errno));
// We can still safely copy some additional permissions:
- // `group' must be at least as strict as `other' and
+ // 'group' must be at least as strict as 'other' and
// also vice versa.
//
// NOTE: After this, the owner of the source file may