From: Carl Woffenden Date: Tue, 27 Aug 2019 13:38:34 +0000 (+0200) Subject: Typo X-Git-Tag: v1.4.4~1^2~71^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2a8b752a0f0e6d5f9ac4987fab0868442841e8;p=thirdparty%2Fzstd.git Typo --- diff --git a/contrib/declib/README.md b/contrib/declib/README.md index d1e25ca06..866497c3c 100644 --- a/contrib/declib/README.md +++ b/contrib/declib/README.md @@ -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: ```