diff options
author | Dominique Pelle <dominique.pelle@tomtom.com> | 2022-07-31 15:47:00 (GMT) |
---|---|---|
committer | Dominique Pelle <dominique.pelle@tomtom.com> | 2022-07-31 15:47:00 (GMT) |
commit | 33474853075599c69cb95b8312fe4981411fa346 (patch) | |
tree | 6e7e26af5985468629bd70439106a61db662acab /contrib/snap | |
parent | d343a3685233f3c46c20bfeb7e8674de9d8175fc (diff) | |
download | lz4-33474853075599c69cb95b8312fe4981411fa346.zip lz4-33474853075599c69cb95b8312fe4981411fa346.tar.gz lz4-33474853075599c69cb95b8312fe4981411fa346.tar.bz2 |
fix: various typos
Diffstat (limited to 'contrib/snap')
-rw-r--r-- | contrib/snap/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/snap/README.md b/contrib/snap/README.md index 612d6d7..55c97e0 100644 --- a/contrib/snap/README.md +++ b/contrib/snap/README.md @@ -6,7 +6,7 @@ of lz4. Snaps are universal Linux packages that allow you to easily build your application from any source and ship it to any Linux distribution by publishing it to https://snapcraft.io/. A key attribute of a snap package is that it is (ideally) confined such that it -executes within a controlled environmenti with all its dependencies +executes within a controlled environment with all its dependencies bundled with it and does not share dependencies with of from any other package on the system (with a couple of minor exceptions). |