More accurate isatty test for MinGW.
[ghc-base.git] / System / Exit.hs
index 3377c52..7cca017 100644 (file)
@@ -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