Skip to content

Commit b0777d8

Browse files
authored
Merge pull request #42 from jayvdb/patch-1
README.rst: Fix spelling Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2 parents a945cc5 + 2f43571 commit b0777d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6161
As a downside, the extracted content may not be exactly what would be extracted
6262
for a typical usage of the contained files: for instance some file may be
6363
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
6565
content for software composition or forensic analysis.
6666

6767
Behind the scene, ExtractCode uses multiple tools such as:
@@ -202,7 +202,7 @@ Adding support for VM images extraction
202202
---------------------------------------
203203

204204
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.
206206
On 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:
267267
List of supported archive formats
268268
-------------------------------------
269269

270-
ExtractCode can extract the folowing archives formats:
270+
ExtractCode can extract the following archives formats:
271271

272272
Archive format kind: docs
273273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)