From 59052d5fd870d346b5837cdac470117e094670d7 Mon Sep 17 00:00:00 2001 From: Carl Woffenden Date: Tue, 27 Aug 2019 16:55:03 +0200 Subject: [PATCH] Typo --- contrib/declib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/declib/README.md b/contrib/declib/README.md index fbe7ac786..b8c596fe0 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 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: ```