summaryrefslogtreecommitdiff
path: root/Utilities/cmzlib
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-26 10:53:14 -0400
committerBrad King <brad.king@kitware.com>2022-05-26 12:29:40 -0400
commit512c1f8f75d2536f7db5560fc48d4db8f539c931 (patch)
tree7a649ff48e53819a2038d076c42ecea92766750d /Utilities/cmzlib
parent2be780ba5b5ac29cdf947cd611d751a15fbdd9de (diff)
downloadcmake-512c1f8f75d2536f7db5560fc48d4db8f539c931.tar.gz
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).
Diffstat (limited to 'Utilities/cmzlib')
-rw-r--r--Utilities/cmzlib/zlib.h2
1 files changed, 1 insertions, 1 deletions
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.
*/