diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-07-30 17:06:33 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-07-30 17:20:51 +0200 |
commit | e9ad42da5aa8a6cab95461a8592e92ca08aa491a (patch) | |
tree | 18332ec66fb7658924d203af28682b835d008d02 /testsuite/tests/programs | |
parent | 4f80ec0ee438800d95673a4898e69371957fed09 (diff) | |
download | haskell-e9ad42da5aa8a6cab95461a8592e92ca08aa491a.tar.gz |
Typos in comments and strings
Note: the haddock comment in TyCon.hs seems to be
garbled syntactically and grammatically
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r-- | testsuite/tests/programs/galois_raytrace/Eval.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/Eval.hs b/testsuite/tests/programs/galois_raytrace/Eval.hs index 3ce24e4b3b..58dc1f3688 100644 --- a/testsuite/tests/programs/galois_raytrace/Eval.hs +++ b/testsuite/tests/programs/galois_raytrace/Eval.hs @@ -325,7 +325,7 @@ mainEval prog = do { stk <- eval (State emptyEnv [] prog) } -} -done = "Items still on stack at (successfull) termination of program" +done = "Items still on stack at (successful) termination of program" ------------------------------------------------------------------------------ -- testing |