diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-11-25 14:26:14 (GMT) |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-11-25 14:32:37 (GMT) |
commit | 4bdfb08b95ede33d41ad4c722f039b957c0dc612 (patch) | |
tree | 1d0f5726d23b0f868637ef3023ed7fccc9b2eab0 /examples/dictionaryRandomAccess.md | |
parent | db57809cf189feb2dd690d55abc2884c95c6fc00 (diff) | |
download | lz4-4bdfb08b95ede33d41ad4c722f039b957c0dc612.zip lz4-4bdfb08b95ede33d41ad4c722f039b957c0dc612.tar.gz lz4-4bdfb08b95ede33d41ad4c722f039b957c0dc612.tar.bz2 |
Fix typos found by codespell
Diffstat (limited to 'examples/dictionaryRandomAccess.md')
-rw-r--r-- | examples/dictionaryRandomAccess.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dictionaryRandomAccess.md b/examples/dictionaryRandomAccess.md index 53d825d..fb1fade 100644 --- a/examples/dictionaryRandomAccess.md +++ b/examples/dictionaryRandomAccess.md @@ -7,7 +7,7 @@ Please note that the output file is not compatible with lz4frame and is platform ## What's the point of this example ? - - Dictionary based compression for homogenous files. + - Dictionary based compression for homogeneous files. - Random access to compressed blocks. |