]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
docs: fix simple typo, stragety -> strategy
authorTim Gates <tim.gates@iress.com>
Mon, 14 Dec 2020 11:51:12 +0000 (22:51 +1100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 5 Jan 2021 16:07:50 +0000 (17:07 +0100)
There is a small typo in INDEX.md.

Should read `strategy` rather than `stragety`.

INDEX.md

index b449427adbe886502c76e2e58dda7b4179512051..5be081c4e1fc1cfb75591de5d1d0fdbc1975b273 100644 (file)
--- a/INDEX.md
+++ b/INDEX.md
@@ -16,7 +16,7 @@ Contents
 | compress.c       | Compress a memory buffer                                       |
 | deflate.*        | Compress data using the deflate algorithm                      |
 | deflate_fast.c   | Compress data using the deflate algorithm with fast strategy   |
-| deflate_medium.c | Compress data using the deflate algorithm with medium stragety |
+| deflate_medium.c | Compress data using the deflate algorithm with medium strategy |
 | deflate_slow.c   | Compress data using the deflate algorithm with slow strategy   |
 | functable.*      | Struct containing function pointers to optimized functions     |
 | gzguts.h         | Internal definitions for gzip operations                       |
@@ -34,4 +34,4 @@ Contents
 | zendian.h        | BYTE_ORDER for endian tests                                    |
 | zlib.3           | Man page for zlib                                              |
 | zlib.map         | Linux symbol information                                       |
-| zlib.pc.in       | Pkg-config template                                            |
\ No newline at end of file
+| zlib.pc.in       | Pkg-config template                                            |