From: Simon Marlow Date: Thu, 1 Jul 2010 12:30:14 +0000 (+0000) Subject: doc typo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=51cf998dbce49e5f1cd08509d3548472e67c0eff;p=ghc-base.git doc typo --- 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