aboutsummaryrefslogtreecommitdiffstats
path: root/doc/xz-file-format.txt
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-06-04 22:59:55 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-06-04 22:59:55 +0300
commit1774f27c61ce294a56712ca2f4785f90a62441bc (patch)
tree6e6a7deaac6a796d1e940691f68823140db8a8b1 /doc/xz-file-format.txt
parentcb613455642f48fb51059e22018615f64c59b70f (diff)
downloadexternal_xz-1774f27c61ce294a56712ca2f4785f90a62441bc.tar.gz
external_xz-1774f27c61ce294a56712ca2f4785f90a62441bc.tar.bz2
external_xz-1774f27c61ce294a56712ca2f4785f90a62441bc.zip
Fix purporse -> purpose. Thanks to Andrew Dudman.
Released .xz spec 1.0.2 due to this fix too.
Diffstat (limited to 'doc/xz-file-format.txt')
-rw-r--r--doc/xz-file-format.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/xz-file-format.txt b/doc/xz-file-format.txt
index 998f0f8..af7ae99 100644
--- a/doc/xz-file-format.txt
+++ b/doc/xz-file-format.txt
@@ -2,7 +2,7 @@
The .xz File Format
===================
-Version 1.0.1 (2009-06-01)
+Version 1.0.2 (2009-06-04)
0. Preface
@@ -93,6 +93,8 @@ Version 1.0.1 (2009-06-01)
Version Date Description
+ 1.0.2 2009-06-04 Typo fixes in Sections 4 and 5.3.1
+
1.0.1 2009-06-01 Typo fix in Section 0.3 and minor
clarifications to Sections 2, 2.2,
3.3, 4.4, and 5.3.2
@@ -634,7 +636,7 @@ Version 1.0.1 (2009-06-01)
---> | List of Records | Index Padding | CRC32 |
+=================+===============+-+-+-+-+
- Index serves several purporses. Using it, one can
+ Index serves several purposes. Using it, one can
- verify that all Blocks in a Stream have been processed;
- find out the uncompressed size of a Stream; and
- quickly access the beginning of any Block (random access).
@@ -824,7 +826,7 @@ Version 1.0.1 (2009-06-01)
5.3.1. LZMA2
- LZMA (Lempel-Ziv-Markov chain-Algorithm) is a general-purporse
+ LZMA (Lempel-Ziv-Markov chain-Algorithm) is a general-purpose
compression algorithm with high compression ratio and fast
decompression. LZMA is based on LZ77 and range coding
algorithms.