Skip to content
Snippets Groups Projects
Commit df6665e0 authored by Gabor Greif's avatar Gabor Greif :speech_balloon: Committed by Ben Gamari
Browse files

Fix typo in error message

parent f7ede672
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ instance Show IOErrorType where ...@@ -323,7 +323,7 @@ instance Show IOErrorType where
ResourceVanished -> "resource vanished" ResourceVanished -> "resource vanished"
SystemError -> "system error" SystemError -> "system error"
TimeExpired -> "timeout" TimeExpired -> "timeout"
UnsatisfiedConstraints -> "unsatisified constraints" -- ultra-precise! UnsatisfiedConstraints -> "unsatisfied constraints" -- ultra-precise!
UnsupportedOperation -> "unsupported operation" UnsupportedOperation -> "unsupported operation"
-- | Construct an 'IOError' value with a string describing the error. -- | Construct an 'IOError' value with a string describing the error.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment