summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-04-10 10:00:50 +0200
committerGabor Greif <ggreif@gmail.com>2015-04-10 10:00:50 +0200
commit9d16808e1b6dd2fb7ab3eb5712d9842e77d57631 (patch)
treed574d81a21d82998860c15c8d9c8d320d55fa928 /testsuite/tests/programs
parentfa46c597db9939de1de4bc9b917c8dc1d9e2093a (diff)
downloadhaskell-9d16808e1b6dd2fb7ab3eb5712d9842e77d57631.tar.gz
Typos in error messages and in comments
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r--testsuite/tests/programs/galois_raytrace/Data.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/Data.hs b/testsuite/tests/programs/galois_raytrace/Data.hs
index d103766a57..a92eb9bf23 100644
--- a/testsuite/tests/programs/galois_raytrace/Data.hs
+++ b/testsuite/tests/programs/galois_raytrace/Data.hs
@@ -215,7 +215,7 @@ opcodes =
, ("false", TBool False, error "incorrect use of false")
, ("true", TBool True, error "incorrect use of true")
] ++ map (\ (a,b,c) -> (a,TOp b,c))
- -- These are just invocation, any coersions need to occur between here
+ -- These are just invocation, any coercions need to occur between here
-- and before arriving at the application code (like deg -> rad).
[ ("acos", Op_acos, Real_Real (rad2deg . acos))
, ("addi", Op_addi, Int_Int_Int (+))