From 512c1f8f75d2536f7db5560fc48d4db8f539c931 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 26 May 2022 10:53:14 -0400 Subject: zlib: Fix typo in comment Restore the fix from commit bf019d765d (Fix spelling and typos (non-binary), 2012-11-07, v2.8.12~414^2~7). --- Utilities/cmzlib/zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utilities/cmzlib') diff --git a/Utilities/cmzlib/zlib.h b/Utilities/cmzlib/zlib.h index 022817927c..46e2db4908 100644 --- a/Utilities/cmzlib/zlib.h +++ b/Utilities/cmzlib/zlib.h @@ -869,7 +869,7 @@ ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits, See inflateBack() for the usage of these routines. inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of - the paramaters are invalid, Z_MEM_ERROR if the internal state could not + the parameters are invalid, Z_MEM_ERROR if the internal state could not be allocated, or Z_VERSION_ERROR if the version of the library does not match the version of the header file. */ -- cgit v1.2.1