@@ -41,7 +41,7 @@ long `List of supported archive formats`_ found at the bottom of this document.
41
41
- Or the extracted files are such permissions that you cannot read them and are
42
42
not owned by you.
43
43
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
45
45
problematic to extract.
46
46
47
47
- 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.
61
61
As a downside, the extracted content may not be exactly what would be extracted
62
62
for a typical usage of the contained files: for instance some file may be
63
63
renamed, 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
65
65
content for software composition or forensic analysis.
66
66
67
67
Behind the scene, ExtractCode uses multiple tools such as:
@@ -202,7 +202,7 @@ Adding support for VM images extraction
202
202
---------------------------------------
203
203
204
204
Adding 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.
206
206
On Debian and Ubuntu you can use this command::
207
207
208
208
sudo apt-get install libguestfs-tools
@@ -267,7 +267,7 @@ similar to ExtractCode but with different goals:
267
267
List of supported archive formats
268
268
-------------------------------------
269
269
270
- ExtractCode can extract the folowing archives formats:
270
+ ExtractCode can extract the following archives formats:
271
271
272
272
Archive format kind: docs
273
273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments