We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3310ed7 commit d2d539dCopy full SHA for d2d539d
Codec/Compression/Zlib/Stream.hsc
@@ -237,7 +237,7 @@ outputBufferBytesAvailable :: Stream Int
237
outputBufferBytesAvailable = getOutAvail
238
239
240
--- you needen't get all the output immediately, you can continue until
+-- you needn't get all the output immediately, you can continue until
241
-- there is no more output space available, this tells you that amount
242
outputBufferSpaceRemaining :: Stream Int
243
outputBufferSpaceRemaining = getOutFree
0 commit comments