summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-02-11 12:38:21 +0100
committerGabor Greif <ggreif@gmail.com>2016-02-11 17:11:20 +0100
commitefba41e2b3b42b7f83e9832b1102f6585cd4ca44 (patch)
tree146aede94566f0c2b4ca6579b86c56244b55b881 /testsuite/tests
parent46af6835ac68d104ee56c29afdfa523c165db2fb (diff)
downloadhaskell-efba41e2b3b42b7f83e9832b1102f6585cd4ca44.tar.gz
Another batch of typo fixes in non-code
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/concurrent/should_run/conc025.hs2
-rw-r--r--testsuite/tests/gadt/gadt15.hs2
-rw-r--r--testsuite/tests/primops/should_run/T7689.hs2
-rw-r--r--testsuite/tests/programs/andy_cherry/andy_cherry.stdout2
-rw-r--r--testsuite/tests/programs/andy_cherry/mygames.pgn2
-rw-r--r--testsuite/tests/safeHaskell/safeLanguage/Makefile2
-rw-r--r--testsuite/tests/stranal/should_compile/syn.hs2
7 files changed, 7 insertions, 7 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
diff --git a/testsuite/tests/gadt/gadt15.hs b/testsuite/tests/gadt/gadt15.hs
index c6d3cc9442..a61fc76836 100644
--- a/testsuite/tests/gadt/gadt15.hs
+++ b/testsuite/tests/gadt/gadt15.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE GADTs #-}
--- Triggered a desugaring bug in earlier verison
+-- Triggered a desugaring bug in earlier version
module Shouldcompile where
diff --git a/testsuite/tests/primops/should_run/T7689.hs b/testsuite/tests/primops/should_run/T7689.hs
index 4f0d8e4394..12045474de 100644
--- a/testsuite/tests/primops/should_run/T7689.hs
+++ b/testsuite/tests/primops/should_run/T7689.hs
@@ -37,7 +37,7 @@ main = do
-- this time we should get an integer with all bits set, that is -1
print (I# (magicInt1# `orI#` magicInt2#) == -1)
- -- suprising as the first two tests may look, this is what we expect from
+ -- surprising as the first two tests may look, this is what we expect from
-- bitwise negation in two's complement enccoding
print (I# (notI# 0#) == -1)
print (I# (notI# -1#) == 0)
diff --git a/testsuite/tests/programs/andy_cherry/andy_cherry.stdout b/testsuite/tests/programs/andy_cherry/andy_cherry.stdout
index ef160b0325..fd68a94b22 100644
--- a/testsuite/tests/programs/andy_cherry/andy_cherry.stdout
+++ b/testsuite/tests/programs/andy_cherry/andy_cherry.stdout
@@ -951,7 +951,7 @@ strange move.
\end{tabular}}|
\end{center}
|15.~N*e5|
-but black can easly win back the pawn.
+but black can easily win back the pawn.
\begin{center}|
{\bf\begin{tabular}{rp{50pt}p{50pt}}
15 & \ldots & Rac8?\\
diff --git a/testsuite/tests/programs/andy_cherry/mygames.pgn b/testsuite/tests/programs/andy_cherry/mygames.pgn
index 3d2e46fa1b..e2ae79bf74 100644
--- a/testsuite/tests/programs/andy_cherry/mygames.pgn
+++ b/testsuite/tests/programs/andy_cherry/mygames.pgn
@@ -147,7 +147,7 @@ Be7 16. d4 d6 {<sab>}) 13. Nxf6+ (13. Bb6 Qc8 14. Nxf6+ gxf6 15. d4 Bc7
16. Bxc7 Qxc7 {<saw> and the black king is exposed.}) 13... Qxf6 14. Bb6 {
?! strange move.} (14. Qd2 Be7 15. c3 a5 16. a3 bxa3 17. bxa3 {<saw> with
the plan ofs owning the `b' file.}) 14... Bc5 (14... Be7) 15. Bc7 (15. Nxe5 {
-but black can easly win back the pawn.}) 15... Rac8? (15... d6 16. d4
+but black can easily win back the pawn.}) 15... Rac8? (15... d6 16. d4
exd4 17. e5 Qe7 18. exd6 Nxd6 19. Bxd6 Qxd6 {<ab>}) 16. Bxe5 Qg6 17. d4 (
17. Bg3 Rfe8 18. Ne5 Qf6 19. Nxd7 Qxb2 20. Re1 {<aw> white should now
try use his center pawns to push home his advantage.}) 17... Bd6 18.
diff --git a/testsuite/tests/safeHaskell/safeLanguage/Makefile b/testsuite/tests/safeHaskell/safeLanguage/Makefile
index b4d92f21fa..5e1420f65f 100644
--- a/testsuite/tests/safeHaskell/safeLanguage/Makefile
+++ b/testsuite/tests/safeHaskell/safeLanguage/Makefile
@@ -31,7 +31,7 @@ safeRecomp01:
# at moment we revert to 'no flags' so we recompile if previously
# flags were specified. An alternate design would be to assume the
# safe haskell flags from the old compile still apply but we
- # go with the previous design as that's the least suprise to a user.
+ # go with the previous design as that's the least surprise to a user.
# See [SafeRecomp02] though.
'$(TEST_HC)' -c SafeRecomp01.hs
'$(TEST_HC)' --show-iface SafeRecomp01.hi | grep -E '^trusted:'
diff --git a/testsuite/tests/stranal/should_compile/syn.hs b/testsuite/tests/stranal/should_compile/syn.hs
index 6693db70d9..37339fd848 100644
--- a/testsuite/tests/stranal/should_compile/syn.hs
+++ b/testsuite/tests/stranal/should_compile/syn.hs
@@ -1,4 +1,4 @@
--- !!! THIS TEST IS FOR TYPE SYNONIMS AND FACTORISATION IN THEIR PRESENCE.
+-- !!! THIS TEST IS FOR TYPE SYNONYMS AND FACTORISATION IN THEIR PRESENCE.
module Test where
data M a = A | B a (M a)