summaryrefslogtreecommitdiffstats
path: root/doc/lzlib.texi
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:04:16 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:04:16 +0000
commitc217f57e30dbd3182a6a42879f7653b18b542160 (patch)
tree2aae1836d87a3fab4149f6634f7d4f8eba1bf2b0 /doc/lzlib.texi
parentAdding upstream version 1.6~pre4. (diff)
downloadlzlib-c217f57e30dbd3182a6a42879f7653b18b542160.tar.xz
lzlib-c217f57e30dbd3182a6a42879f7653b18b542160.zip
Adding upstream version 1.6~rc1.upstream/1.6_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/lzlib.texi')
-rw-r--r--doc/lzlib.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lzlib.texi b/doc/lzlib.texi
index 24fceab..648dc52 100644
--- a/doc/lzlib.texi
+++ b/doc/lzlib.texi
@@ -6,8 +6,8 @@
@finalout
@c %**end of header
-@set UPDATED 25 April 2014
-@set VERSION 1.6-pre4
+@set UPDATED 6 May 2014
+@set VERSION 1.6-rc1
@dircategory Data Compression
@direntry
@@ -118,7 +118,7 @@ data, so the library should never crash even in case of corrupted input.
There is no such thing as a "LZMA algorithm"; it is more like a "LZMA
coding scheme". For example, the option '-0' of lzip uses the scheme in
almost the simplest way possible; issuing the longest match it can find,
-or a literal byte if it can't find a match. Conversely, a much more
+or a literal byte if it can't find a match. Inversely, a much more
elaborated way of finding coding sequences of minimum price than the one
currently used by lzip could be developed, and the resulting sequence
could also be coded using the LZMA coding scheme.