summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2024-12-21 00:35:50 +0200
committerGitHub <noreply@github.com>2024-12-20 23:35:50 +0100
commit4fa76be6c00914f92d74142fc36c88f868cdb69c (patch)
tree1143a33ff6300b2cf5857234e0193d1a9c5ba5d9 /test
parentc295c28c23ce78cc1c8ae17369d8f2e4ab8cecde (diff)
downloadProject-Tick-4fa76be6c00914f92d74142fc36c88f868cdb69c.tar.gz
Project-Tick-4fa76be6c00914f92d74142fc36c88f868cdb69c.zip
Fix typos (#1825)
Diffstat (limited to 'test')
-rw-r--r--test/infcover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infcover.c b/test/infcover.c
index 6a9999e0f0..e436888b9b 100644
--- a/test/infcover.c
+++ b/test/infcover.c
@@ -626,7 +626,7 @@ static void cover_trees(void) {
code *next, table[ENOUGH_DISTS];
/* we need to call inflate_table() directly in order to manifest not-
- enough errors, since zlib insures that enough is always enough */
+ enough errors, since zlib ensures that enough is always enough */
for (bits = 0; bits < 15; bits++)
lens[bits] = (uint16_t)(bits + 1);
lens[15] = 15;