diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-02-02 15:50:00 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-03 13:53:24 -0700 |
commit | c7ddcc2e0e8bb397ad720564228b538135ec11d8 (patch) | |
tree | e573e8efe22a097b7d18319971b4ca9b20f38ba8 /examples | |
parent | 2bcc74873527f2ad9d3079ba6eff15c0eadc8910 (diff) | |
download | zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.gz zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.bz2 zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.zip |
Fix some spelling errors.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fitblk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fitblk.c b/examples/fitblk.c index 68f5680..723dc00 100644 --- a/examples/fitblk.c +++ b/examples/fitblk.c | |||
@@ -198,7 +198,7 @@ int main(int argc, char **argv) | |||
198 | if (ret == Z_MEM_ERROR) | 198 | if (ret == Z_MEM_ERROR) |
199 | quit("out of memory"); | 199 | quit("out of memory"); |
200 | 200 | ||
201 | /* set up for next reocmpression */ | 201 | /* set up for next recompression */ |
202 | ret = inflateReset(&inf); | 202 | ret = inflateReset(&inf); |
203 | assert(ret != Z_STREAM_ERROR); | 203 | assert(ret != Z_STREAM_ERROR); |
204 | ret = deflateReset(&def); | 204 | ret = deflateReset(&def); |