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:08:31 +0200 |
commit | 968bbfea09447a4f52e856bb97301aca80e40dcb (patch) | |
tree | aaf746d05c87ef452da3779100632b56154dc5fc /src/xz/xz.1 | |
parent | Bump version and soname for 5.2.5. (diff) | |
download | xz-968bbfea09447a4f52e856bb97301aca80e40dcb.tar.xz |
Typo fixes from fossies.org.
https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html
Diffstat (limited to '')
-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 |