From f0546c8e34dbe1bcc636a6ab4529159266efafe6 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 23 Mar 2013 22:57:27 -0700 Subject: Clean up the addition of inflateGetDictionary. --- zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index e3f11eb..7ae67a1 100644 --- a/zlib.h +++ b/zlib.h @@ -850,7 +850,7 @@ ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm, Z_NULL, then only the dictionary length is returned, and nothing is copied. Similary, if dictLength is Z_NULL, then it is not set. - inflateSetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the + inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the stream state is inconsistent. */ -- cgit v1.2.3-55-g6feb