diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-12-02 19:40:45 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-12-02 19:40:45 +0100 |
commit | adbef0499de3c2f2551f52c13c6a57c55ff85e17 (patch) | |
tree | 446fec84c690ff7c391ae41b4f1f15b9d09b2cf3 | |
parent | b74ec6d0a76d0d5785edf0da207566807a42e24d (diff) |
Re-run spell checker on the CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 138c2ce..7c60faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `sqfs_tree_node_get_path` to `libsquashfs` ### Fixed -- Only use actuaylly available CPUs in `gensquashfs` and `tar2sqfs` +- Only use actually available CPUs in `gensquashfs` and `tar2sqfs` - Overzealous bounds check in the `libsquashfs `block processor (#110) - In `sqfs_compressor_create`, clear the output pointer on error (#110) - Typo in `gensquashfs` and `tar2sqfs` block count statistics (#108) @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use 32 bit hard link counter in `libfstree` instead of just 16 bit - Internal cleanup and restructuring - Upgrade autotools version -- Check in `autogen.sh` if the requried tools are available +- Check in `autogen.sh` if the required tools are available - Trigger a build failure if no compressor library is available ## [1.1.4] - 2022-03-30 |