From df6665e0cfdd23567bd32d222154ab25dbc39079 Mon Sep 17 00:00:00 2001
From: Gabor Greif <ggreif@gmail.com>
Date: Tue, 17 Feb 2015 16:00:24 +0100
Subject: [PATCH] Fix typo in error message

---
 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 0ed504ccf6dd..387644fff25a 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.
-- 
GitLab