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 /lib/dll | |
parent | d343a3685233f3c46c20bfeb7e8674de9d8175fc (diff) | |
download | lz4-33474853075599c69cb95b8312fe4981411fa346.zip lz4-33474853075599c69cb95b8312fe4981411fa346.tar.gz lz4-33474853075599c69cb95b8312fe4981411fa346.tar.bz2 |
fix: various typos
Diffstat (limited to 'lib/dll')
-rw-r--r-- | lib/dll/example/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dll/example/README.md b/lib/dll/example/README.md index 6d93248..b93914b 100644 --- a/lib/dll/example/README.md +++ b/lib/dll/example/README.md @@ -51,7 +51,7 @@ The compiled executable will require LZ4 DLL which is available at `dll\msys-lz4 Open `example\fullbench-dll.sln` to compile `fullbench-dll` that uses a dynamic LZ4 library from the `dll` directory. The solution works with Visual C++ 2010 or newer. When one will open the solution with Visual C++ newer than 2010 -then the solution will upgraded to the current version. +then the solution will be upgraded to the current version. #### Using LZ4 DLL with Visual C++ |