Skip to content

Commit d5a9e95

Browse files
Eric LindbladBodigrim
authored andcommitted
typos
1 parent 670fe89 commit d5a9e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Codec/Compression/GZip.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import Codec.Compression.Zlib.Internal hiding (compress, decompress)
8181
--
8282
-- * if the compressed stream is corrupted
8383
--
84-
-- * if the compressed stream ends permaturely
84+
-- * if the compressed stream ends prematurely
8585
--
8686
-- Note that the decompression is performed /lazily/. Errors in the data stream
8787
-- may not be detected until the end of the stream is demanded (since it is

Codec/Compression/Zlib.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import Codec.Compression.Zlib.Internal hiding (compress, decompress)
6969
--
7070
-- * if the compressed stream is corrupted
7171
--
72-
-- * if the compressed stream ends permaturely
72+
-- * if the compressed stream ends prematurely
7373
--
7474
-- Note that the decompression is performed /lazily/. Errors in the data stream
7575
-- may not be detected until the end of the stream is demanded (since it is

0 commit comments

Comments
 (0)