From 51cf998dbce49e5f1cd08509d3548472e67c0eff Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 1 Jul 2010 12:30:14 +0000 Subject: [PATCH] doc typo --- System/Exit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Exit.hs b/System/Exit.hs index 3377c52..7cca017 100644 --- a/System/Exit.hs +++ b/System/Exit.hs @@ -86,6 +86,6 @@ exitFailure = exitWith (ExitFailure 1) -- | The computation 'exitSuccess' is equivalent to -- 'exitWith' 'ExitSuccess', It terminates the program --- sucessfully. +-- successfully. exitSuccess :: IO a exitSuccess = exitWith ExitSuccess -- 1.7.10.4