summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-02-17 16:00:24 +0100
committerGabor Greif <ggreif@gmail.com>2015-02-17 16:00:24 +0100
commit49d99ebf6e341e26caf1d3db794cb6fa06ee72f6 (patch)
tree3941afce71721c69bd59d9f9782048076d32e895
parent6fa285d77bba2d391b5d2b3c3abe1f19d298483c (diff)
downloadhaskell-49d99ebf6e341e26caf1d3db794cb6fa06ee72f6.tar.gz
Fix typo in error message
-rw-r--r--libraries/base/GHC/IO/Exception.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Exception.hs b/libraries/base/GHC/IO/Exception.hs
index 6701fdf67a..ed8c80266b 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.