From 51a09cb97ac4404d327c821d1c9480ad6c49e65f Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sun, 11 Jul 2010 14:16:48 +0000 Subject: [PATCH] Fix typo in documentation --- GHC/IO/Handle/Internals.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/IO/Handle/Internals.hs b/GHC/IO/Handle/Internals.hs index 5568855..eac74c2 100644 --- a/GHC/IO/Handle/Internals.hs +++ b/GHC/IO/Handle/Internals.hs @@ -583,7 +583,7 @@ mkFileHandle dev filepath iomode mb_codec tr_newlines = do -- | like 'mkFileHandle', except that a 'Handle' is created with two -- independent buffers, one for reading and one for writing. Used for --- full-dupliex streams, such as network sockets. +-- full-duplex streams, such as network sockets. mkDuplexHandle :: (IODevice dev, BufferedIO dev, Typeable dev) => dev -> FilePath -> Maybe TextEncoding -> NewlineMode -> IO Handle mkDuplexHandle dev filepath mb_codec tr_newlines = do -- 1.7.10.4