From 70a8763b7187f2536ce7fe4d399ce9a79c9faf7c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 10 Jul 2016 11:43:17 -0700 Subject: Fix typo in blast.c. --- contrib/blast/blast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/blast/blast.c b/contrib/blast/blast.c index 52b59da..e6e6590 100644 --- a/contrib/blast/blast.c +++ b/contrib/blast/blast.c @@ -260,7 +260,7 @@ local int construct(struct huffman *h, const unsigned char *rep, int n) * next, 0 for literals, 1 for length/distance. * * - If literals are uncoded, then the next eight bits are the literal, in the - * normal bit order in th stream, i.e. no bit-reversal is needed. Similarly, + * normal bit order in the stream, i.e. no bit-reversal is needed. Similarly, * no bit reversal is needed for either the length extra bits or the distance * extra bits. * -- cgit v1.2.3-55-g6feb