[commit: ghc] ghc-7.10: Fix typo in error message (df6665e)
git at git.haskell.org
git at git.haskell.org
Mon Jul 6 10:08:07 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/df6665e0cfdd23567bd32d222154ab25dbc39079/ghc
>---------------------------------------------------------------
commit df6665e0cfdd23567bd32d222154ab25dbc39079
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Feb 17 16:00:24 2015 +0100
Fix typo in error message
>---------------------------------------------------------------
df6665e0cfdd23567bd32d222154ab25dbc39079
libraries/base/GHC/IO/Exception.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/IO/Exception.hs b/libraries/base/GHC/IO/Exception.hs
index 0ed504c..387644f 100644
--- a/libraries/base/GHC/IO/Exception.hs
+++ b/libraries/base/GHC/IO/Exception.hs
@@ -323,7 +323,7 @@ instance Show IOErrorType where
ResourceVanished -> "resource vanished"
SystemError -> "system error"
TimeExpired -> "timeout"
- UnsatisfiedConstraints -> "unsatisified constraints" -- ultra-precise!
+ UnsatisfiedConstraints -> "unsatisfied constraints" -- ultra-precise!
UnsupportedOperation -> "unsupported operation"
-- | Construct an 'IOError' value with a string describing the error.
More information about the ghc-commits
mailing list