@@ -41,7 +41,7 @@ long `List of supported archive formats`_ found at the bottom of this document.
4141- Or the extracted files are such permissions that you cannot read them and are
4242 not owned by you.
4343
44- - Or the archive may contain weird paths inluding relative paths that may be
44+ - Or the archive may contain weird paths including relative paths that may be
4545 problematic to extract.
4646
4747- Or the archive may contain special file types (character/device files) that
@@ -61,7 +61,7 @@ It can also extract recursively any type of (nested) archives-in-archives.
6161As a downside, the extracted content may not be exactly what would be extracted
6262for a typical usage of the contained files: for instance some file may be
6363renamed, special files and symlinks are skipped, permissions and owners are
64- changed but this it is fine for prmary the use case which is analysis of file
64+ changed but this it is fine for primary the use case which is analysis of file
6565content for software composition or forensic analysis.
6666
6767Behind the scene, ExtractCode uses multiple tools such as:
@@ -202,7 +202,7 @@ Adding support for VM images extraction
202202---------------------------------------
203203
204204Adding support for VM images requires the manual installation of the
205- libguestfs-tools system package. This is suported only on Linux.
205+ libguestfs-tools system package. This is supported only on Linux.
206206On Debian and Ubuntu you can use this command::
207207
208208 sudo apt-get install libguestfs-tools
@@ -267,7 +267,7 @@ similar to ExtractCode but with different goals:
267267List of supported archive formats
268268-------------------------------------
269269
270- ExtractCode can extract the folowing archives formats:
270+ ExtractCode can extract the following archives formats:
271271
272272Archive format kind: docs
273273~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments