diff options
author | Brad King <brad.king@kitware.com> | 2022-05-26 14:53:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-26 16:29:40 (GMT) |
commit | 512c1f8f75d2536f7db5560fc48d4db8f539c931 (patch) | |
tree | 7a649ff48e53819a2038d076c42ecea92766750d | |
parent | 2be780ba5b5ac29cdf947cd611d751a15fbdd9de (diff) | |
download | CMake-512c1f8f75d2536f7db5560fc48d4db8f539c931.zip CMake-512c1f8f75d2536f7db5560fc48d4db8f539c931.tar.gz CMake-512c1f8f75d2536f7db5560fc48d4db8f539c931.tar.bz2 |
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).
-rw-r--r-- | Utilities/cmzlib/zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmzlib/zlib.h b/Utilities/cmzlib/zlib.h index 0228179..46e2db4 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. */ |