summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-02-17 16:00:24 +0100
committerBen Gamari <ben@smart-cactus.org>2015-07-06 12:08:34 +0200
commitdf6665e0cfdd23567bd32d222154ab25dbc39079 (patch)
tree7a66900941c554d9d861463b56eb54da6fef84cf
parentf7ede672aa70bfc90e10f5fdc0d0941e251fd934 (diff)
downloadhaskell-df6665e0cfdd23567bd32d222154ab25dbc39079.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 0ed504ccf6..387644fff2 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.