From 58bcc43bf99ae01fac2e551c58d46dbb078ac77b Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 29 Aug 2017 15:10:37 -0700 Subject: [PATCH] Fix typo --- modules/archive/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/archive/README.md b/modules/archive/README.md index 28a2c3b..6df58d8 100644 --- a/modules/archive/README.md +++ b/modules/archive/README.md @@ -31,7 +31,7 @@ installed: - *.7z* requires `7za`. - *.deb* requires `ar`, `tar`. -Additionally, if `pigz' and/or `pbzip2` are installed, `archive` will use them over +Additionally, if `pigz` and/or `pbzip2` are installed, `archive` will use them over their traditional counterparts, `gzip` and `bzip2` respectively, to take full advantage of all available CPU cores for compression.