summaryrefslogtreecommitdiff
path: root/INDEX.md
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-14 22:51:12 +1100
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-01-05 17:07:50 +0100
commit3a515d5867b51c4f58148731dc3fa6eb96231ca1 (patch)
tree696013c6f8a0d38df55babc08ad3a44741062fe8 /INDEX.md
parent9768230da9f51ec2a7edee22c715c4887dfa133f (diff)
docs: fix simple typo, stragety -> strategy
There is a small typo in INDEX.md. Should read `strategy` rather than `stragety`.
Diffstat (limited to 'INDEX.md')
-rw-r--r--INDEX.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INDEX.md b/INDEX.md
index b449427..5be081c 100644
--- 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 |