From c7ddcc2e0e8bb397ad720564228b538135ec11d8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:50:00 +0100 Subject: Fix some spelling errors. --- examples/fitblk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) if (ret == Z_MEM_ERROR) quit("out of memory"); - /* set up for next reocmpression */ + /* set up for next recompression */ ret = inflateReset(&inf); assert(ret != Z_STREAM_ERROR); ret = deflateReset(&def); -- cgit v1.2.3-55-g6feb