[commit: ghc] master: Fix typo in error message (49d99eb)
git at git.haskell.org
git at git.haskell.org
Tue Feb 17 14:59:32 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/49d99ebf6e341e26caf1d3db794cb6fa06ee72f6/ghc
>---------------------------------------------------------------
commit 49d99ebf6e341e26caf1d3db794cb6fa06ee72f6
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Feb 17 16:00:24 2015 +0100
Fix typo in error message
>---------------------------------------------------------------
49d99ebf6e341e26caf1d3db794cb6fa06ee72f6
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 6701fdf..ed8c802 100644
--- a/libraries/base/GHC/IO/Exception.hs
+++ b/libraries/base/GHC/IO/Exception.hs
@@ -321,7 +321,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