diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-01 11:29:47 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-02 10:06:39 +0100 |
commit | 8dd82ead7ddd65348bcbea4e2bb8defce4253173 (patch) | |
tree | 22887ccbb12f2801b467ea0e05261ff6c036b9e9 /testsuite/tests/concurrent/prog003 | |
parent | eedb3df0c1c28a7abc43705d614239c1c6199a1f (diff) | |
download | haskell-8dd82ead7ddd65348bcbea4e2bb8defce4253173.tar.gz |
Spelling fixes
Diffstat (limited to 'testsuite/tests/concurrent/prog003')
-rw-r--r-- | testsuite/tests/concurrent/prog003/Main.lhs | 2 | ||||
-rw-r--r-- | testsuite/tests/concurrent/prog003/MainMVarList.lhs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/concurrent/prog003/Main.lhs b/testsuite/tests/concurrent/prog003/Main.lhs index e4e8ad790e..8062795bd2 100644 --- a/testsuite/tests/concurrent/prog003/Main.lhs +++ b/testsuite/tests/concurrent/prog003/Main.lhs @@ -209,7 +209,7 @@ just testing > {- > putStrLn "Start" > executeTasks nl $ createTasks [1..len] -> find nl (len+1) -- we try to find a non-existant element +> find nl (len+1) -- we try to find a non-existent element > -- this way, in the LazyList case, we will physically delete all (logically deleted) elements > -} > putStrLn "End" diff --git a/testsuite/tests/concurrent/prog003/MainMVarList.lhs b/testsuite/tests/concurrent/prog003/MainMVarList.lhs index 9bcf9b1240..3ec54cb75d 100644 --- a/testsuite/tests/concurrent/prog003/MainMVarList.lhs +++ b/testsuite/tests/concurrent/prog003/MainMVarList.lhs @@ -230,7 +230,7 @@ just testing > {- > putStrLn "Start" > executeTasks nl $ createTasks [1..len] -> find nl (len+1) -- we try to find a non-existant element +> find nl (len+1) -- we try to find a non-existent element > -- this way, in the LazyList case, we will physically delete all (logically deleted) elements > -} > putStrLn "End" |