diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:10:18 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:10:18 +0800 |
commit | eaebdef4d4de3c088b0905f42626b74e0d23abf3 (patch) | |
tree | 799273a0a11b6693ac0c5a9be464f902d48e4154 /src/xz/file_io.c | |
parent | liblzma: Change quoting style from `...' to '...'. (diff) | |
download | xz-eaebdef4d4de3c088b0905f42626b74e0d23abf3.tar.xz |
xz: Change quoting style from `...' to '...'.
Diffstat (limited to 'src/xz/file_io.c')
-rw-r--r-- | src/xz/file_io.c | 2 |
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 |