diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-23 18:07:50 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-23 18:07:50 +0200 |
commit | b8e12f5ab4c9fd3cb09a4330b2861f6b979ababd (patch) | |
tree | f7074aa35bf55f1ef5fc8361f93408af92dc9ba7 /src/xz | |
parent | Update NEWS for 5.2.5. (diff) | |
download | xz-b8e12f5ab4c9fd3cb09a4330b2861f6b979ababd.tar.xz |
Typo fixes from fossies.org.
https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html
Diffstat (limited to 'src/xz')
-rw-r--r-- | src/xz/xz.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 540d1364..f81278f5 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -5,7 +5,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2020-02-01" "Tukaani" "XZ Utils" +.TH XZ 1 "2020-03-23" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -1294,7 +1294,7 @@ The default means four-byte alignment .RI (2^ pb =2^2=4), which is often a good choice when there's no better guess. .IP "" -When the aligment is known, setting +When the alignment is known, setting .I pb accordingly may reduce the file size a little. E.g. with text files having one-byte |