Skip to content

Commit d7fc88e

Browse files
author
askeblad
authored
spelling errors (#61)
1 parent 9b51e48 commit d7fc88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/Test/Framework/Runners/Console.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ defaultMainWithOpts tests ropts = do
151151
K (Just file) -> XML.produceReport (unK (ropt_xml_nested ropts')) test_statistics' fin_tests >>= writeFile file
152152
_ -> return ()
153153

154-
-- Set the error code depending on whether the tests succeded or not
154+
-- Set the error code depending on whether the tests succeeded or not
155155
exitWith $ if ts_no_failures test_statistics'
156156
then ExitSuccess
157157
else ExitFailure 1

core/src/Test/Framework/Runners/Console/Run.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ showRunTestsTop isplain hide_successes running_tests = (if isplain then id else
3939
return finished_tests
4040

4141

42-
-- This code all /really/ sucks. There must be a better way to seperate out the console-updating
42+
-- This code all /really/ sucks. There must be a better way to separate out the console-updating
4343
-- and the improvement-traversing concerns - but how?
4444
showRunTest :: Bool -> Bool -> Int -> TestStatistics -> RunningTest -> IO (TestStatistics, FinishedTest)
4545
showRunTest isplain hide_successes indent_level test_statistics (RunTest name test_type (SomeImproving improving_result)) = do

0 commit comments

Comments
 (0)