From e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 16:51:01 +1100 Subject: Spelling fixes in lib/zlib. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- lib/zlib/examples/fitblk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zlib/examples/fitblk.c') diff --git a/lib/zlib/examples/fitblk.c b/lib/zlib/examples/fitblk.c index c61de5c996..966702dea9 100644 --- a/lib/zlib/examples/fitblk.c +++ b/lib/zlib/examples/fitblk.c @@ -17,7 +17,7 @@ data in order to determine how much of that input will compress to nearly the requested output block size. The first pass generates enough deflate blocks to produce output to fill the requested - output size plus a specfied excess amount (see the EXCESS define + output size plus a specified excess amount (see the EXCESS define below). The last deflate block may go quite a bit past that, but is discarded. The second pass decompresses and recompresses just the compressed data that fit in the requested plus excess sized -- cgit