Skip to content

Commit 8ddd8ec

Browse files
authored
fix typo (exhaused -> exhausted)
1 parent 906232d commit 8ddd8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Streaming/Zip.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ decompress' wbits p0 = go p0 =<< liftIO (Z.initInflate wbits)
8484
else return $ Left (chunk leftover >> p')
8585
{-# INLINABLE decompress' #-}
8686

87-
-- | Keep decompressing a compressed bytestream until exhaused.
87+
-- | Keep decompressing a compressed bytestream until exhausted.
8888
decompressAll :: MonadIO m => Z.WindowBits -> ByteString m r -> ByteString m r
8989
decompressAll w bs = decompress' w bs >>= go
9090
where

0 commit comments

Comments
 (0)