summaryrefslogtreecommitdiff
path: root/Utilities/cmzlib
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2012-11-07 17:13:09 +0100
committerBrad King <brad.king@kitware.com>2013-05-07 08:39:19 -0400
commitbf019d765d3993ba265c990a6e3a2e53defe112c (patch)
tree828aad55a12f323a8f69e0c4cdfcfe79b02112ec /Utilities/cmzlib
parentddac8d3d2d027dd50d729918078f57628855a568 (diff)
downloadcmake-bf019d765d3993ba265c990a6e3a2e53defe112c.tar.gz
Fix spelling and typos (non-binary)
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.
*/