From 7eb7fd2919d07ea86db9db0fde5fb5f56076039f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 28 Aug 2016 13:04:48 -0700 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b04a2..b2d857e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ already exist. # Implementation note -The XPRESS and LZX decompression formats used in system-compressed files are +The XPRESS and LZX compression formats used in system-compressed files are identical to the formats used in Windows Imaging (WIM) archives. Therefore, for the system compression plugin I borrowed the XPRESS and LZX decompressors I had already written for the wimlib project (https://wimlib.net/). I made some