Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3a537a9aa6326bc72461e75223097971bffdee5b >--------------------------------------------------------------- commit 3a537a9aa6326bc72461e75223097971bffdee5b Author: Ian Lynagh <[email protected]> Date: Thu Jul 7 18:17:30 2011 +0100 Fix a typo >--------------------------------------------------------------- GHC/IO/Encoding.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GHC/IO/Encoding.hs b/GHC/IO/Encoding.hs index 6a97775..4f8d6b1 100644 --- a/GHC/IO/Encoding.hs +++ b/GHC/IO/Encoding.hs @@ -131,7 +131,7 @@ foreignEncoding = CodePage.mkLocaleEncoding IgnoreCodingFailure -- translated directly into the equivalent code point. -- -- This encoding never fails in either direction. However, encoding --- discards informaiton, so encode followed by decode is not the +-- discards information, so encode followed by decode is not the -- identity. char8 :: TextEncoding char8 = Latin1.latin1 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
