diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-02-11 12:38:21 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-02-11 17:11:20 +0100 |
commit | efba41e2b3b42b7f83e9832b1102f6585cd4ca44 (patch) | |
tree | 146aede94566f0c2b4ca6579b86c56244b55b881 /testsuite/tests/concurrent | |
parent | 46af6835ac68d104ee56c29afdfa523c165db2fb (diff) | |
download | haskell-efba41e2b3b42b7f83e9832b1102f6585cd4ca44.tar.gz |
Another batch of typo fixes in non-code
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/conc025.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/conc025.hs b/testsuite/tests/concurrent/should_run/conc025.hs index a9591d4223..0a5fbe7c30 100644 --- a/testsuite/tests/concurrent/should_run/conc025.hs +++ b/testsuite/tests/concurrent/should_run/conc025.hs @@ -1,5 +1,5 @@ -- !!! Simple test of dupChan --- Embarassingly, the published version fails! +-- Embarrassingly, the published version fails! module Main where |