aboutsummaryrefslogtreecommitdiff
path: root/doc/faq.txt
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-05-30 11:53:41 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-05-30 11:53:41 +0300
commite55e0e873ce2511325749d415ae547d62ab5f00d (patch)
treef2617cf4d2d09b59b6e545daff312aeb04a17191 /doc/faq.txt
parentRemove support for pre-C89 libc versions that lack memcpy, (diff)
downloadxz-e55e0e873ce2511325749d415ae547d62ab5f00d.tar.xz
Typo fixes from meyering.
Diffstat (limited to '')
-rw-r--r--doc/faq.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.txt b/doc/faq.txt
index d01cf91b..e00db660 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -80,8 +80,8 @@ Q: Which file formats are supported by LZMA Utils?
A: Even when the raw LZMA stream is always the same, it can be wrapped
in different container formats. The preferred format is the new .lzma
format. It has magic bytes (the first six bytes: 0xFF 'L' 'Z' 'M'
- 'A' 0x00). The format supports chaining up to seven filters filters,
- splitting data to multiple blocks for easier multi-threading and rough
+ 'A' 0x00). The format supports chaining up to seven filters, splitting
+ data to multiple blocks for easier multi-threading and rough
random-access reading. The file integrity is verified using CRC32,
CRC64, or SHA256, and by verifying the uncompressed size of the file.