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

index fbe7ac786d7ba92b6692332c93912b247669350a..b8c596fe0ee7a552c72d7bf9784cb2263fa9d5db 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 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.
+The script `combine.sh` creates an _amalgamated_ 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:
 ```