Skip to content

Commit d15ccf7

Browse files
authored
Merge pull request #44 from varehus/master
2 parents a339d09 + efa7357 commit d15ccf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Codec/Compression/Zlib/Internal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import Codec.Compression.Zlib.Stream (Stream)
101101
-- The 'compressBufferSize' is the size of the first output buffer containing
102102
-- the compressed data. If you know an approximate upper bound on the size of
103103
-- the compressed data then setting this parameter can save memory. The default
104-
-- compression output buffer size is @16k@. If your extimate is wrong it does
104+
-- compression output buffer size is @16k@. If your estimate is wrong it does
105105
-- not matter too much, the default buffer size will be used for the remaining
106106
-- chunks.
107107
--
@@ -122,7 +122,7 @@ data CompressParams = CompressParams {
122122
-- containing the uncompressed data. If you know an exact or approximate upper
123123
-- bound on the size of the decompressed data then setting this parameter can
124124
-- save memory. The default decompression output buffer size is @32k@. If your
125-
-- extimate is wrong it does not matter too much, the default buffer size will
125+
-- estimate is wrong it does not matter too much, the default buffer size will
126126
-- be used for the remaining chunks.
127127
--
128128
-- One particular use case for setting the 'decompressBufferSize' is if you

0 commit comments

Comments
 (0)