]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Typo
authorCarl Woffenden <cwoffenden@gmail.com>
Tue, 27 Aug 2019 13:38:34 +0000 (15:38 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Tue, 27 Aug 2019 13:38:34 +0000 (15:38 +0200)
contrib/declib/README.md

index d1e25ca06622ae9dca01e3234ccf4639aeaba0a4..866497c3c4726fb5ee1a032d07aca1a6f189fc90 100644 (file)
@@ -1,6 +1,6 @@
 # Single File Zstandard Decompression Library
 
-The script `combine.sh` creates an _amalgamted_ source file that can be used with out without `zstd.h`. This isn't a _header-only_ file but it does offer a similar level of simplicity when integrating into a project.
+The script `combine.sh` creates an _amalgamted_ source file that can be used with or without `zstd.h`. This isn't a _header-only_ file but it does offer a similar level of simplicity when integrating into a project.
 
 Create `zstddeclib.c` from the Zstd source using:
 ```