]> granicus.if.org Git - xz/commitdiff
Typo fixes from meyering.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 30 May 2008 08:53:41 +0000 (11:53 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 30 May 2008 08:53:41 +0000 (11:53 +0300)
doc/faq.txt
doc/liblzma-advanced.txt

index d01cf91b5b9e76b035b71b633b0a6192001035b1..e00db660355080eed3b269e22cc72a0956dbfa4d 100644 (file)
@@ -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.
 
index d829a33af52ec3f0d375a85d9aa3af1f2add7d77..6e1c98344d00a19101d64d3770e32562490481b2 100644 (file)
@@ -247,7 +247,7 @@ y.x.1. Single-Block Stream
     this prevents it from producing too much output in case of (possibly
     intentionally) corrupt file.
 
-    Calculate the the start offset of the Stream:
+    Calculate the start offset of the Stream:
 
         backward_offset - backward_size - LZMA_STREAM_HEADER_SIZE