summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:05:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:05:09 +0000
commit4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4 (patch)
tree06c39fba1a4741d869bdeae890a86d4aace4c5b6 /README
parentReleasing debian version 1.24-1. (diff)
downloadlzip-4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4.tar.xz
lzip-4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4.zip
Merging upstream version 1.24.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2c78858..a4806ce 100644
--- a/README
+++ b/README
@@ -110,7 +110,7 @@ Lzip currently implements two variants of the LZMA algorithm: fast
(used by option '-0') and normal (used by all other compression levels).
The high compression of LZMA comes from combining two basic, well-proven
-compression ideas: sliding dictionaries (LZ77) and markov models (the thing
+compression ideas: sliding dictionaries (LZ77) and Markov models (the thing
used by every compression algorithm that uses a range encoder or similar
order-0 entropy coder as its last stage) with segregation of contexts
according to what the bits are used for.