From dff5168ae17ef3f9334daf6629e7ce4315290b43 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 24 Dec 2012 18:09:30 -0600 Subject: [PATCH] README: fix typo --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index b1109643..77b76381 100644 --- a/README +++ b/README @@ -48,12 +48,12 @@ not capture/split/join/append/export/mount a WIM. See `programs/wimapply.c'. COMPRESSION RATIO -wimlib can create XPRESS or LZX compressed WIM archives. Currently, the the -XPRESS compression ratio is slightly better than that provided by Microsoft's -software, while the LZX compression ratio is approaching that of Microsoft's -software but is not quite there yet. Running time is as good as or better than -Microsoft's software, especially with multithreaded compression, available in -wimlib v1.1.0 and later. +wimlib can create XPRESS or LZX compressed WIM archives. Currently, the XPRESS +compression ratio is slightly better than that provided by Microsoft's software, +while the LZX compression ratio is approaching that of Microsoft's software but +is not quite there yet. Running time is as good as or better than Microsoft's +software, especially with multithreaded compression, available in wimlib v1.1.0 +and later. The following tables compare the compression ratio and performance for creating a compressed Windows PE image (disk usage of about 524 MB, uncompressed WIM size -- 2.43.0