From: Simon Hengel Date: Sun, 11 Jul 2010 14:16:48 +0000 (+0000) Subject: Fix typo in documentation X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=51a09cb97ac4404d327c821d1c9480ad6c49e65f;p=ghc-base.git Fix typo in documentation --- 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