aboutsummaryrefslogtreecommitdiff
path: root/html-test
diff options
context:
space:
mode:
authorSergey Vinokurov <serg.foo@gmail.com>2016-10-30 17:39:50 +0200
committerAlex Biehl <alexbiehl@gmail.com>2017-04-29 22:42:36 +0200
commit393920f125d1870c4fec5a09a5ac2dddc8da746b (patch)
tree0f7a93f94fb917b89dc75962860c164453594108 /html-test
parent799a41fffde7ec6e1c2097b895925a4adac5419f (diff)
Improve error message
Diffstat (limited to 'html-test')
-rw-r--r--html-test/ref/SpuriousSuperclassConstraints.html4
-rw-r--r--html-test/src/SpuriousSuperclassConstraints.hs2
2 files changed, 3 insertions, 3 deletions
diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html
index b7c707c5..0f38d15c 100644
--- a/html-test/ref/SpuriousSuperclassConstraints.html
+++ b/html-test/ref/SpuriousSuperclassConstraints.html
@@ -56,7 +56,7 @@ window.onload = function () {pageLoad();};
>http://www.haskell.org/pipermail/haskell-cafe/2012-September/103600.html</a
></p
><p
- >And here is the corresponding theard on glasgow-haskell-users:</p
+ >And here is the corresponding thread on glasgow-haskell-users:</p
><p
><a href="#"
>http://www.haskell.org/pipermail/glasgow-haskell-users/2012-September/022914.html</a
@@ -229,4 +229,4 @@ Fix spurious superclass constraints bug.</pre
></div
></body
></html
-> \ No newline at end of file
+>
diff --git a/html-test/src/SpuriousSuperclassConstraints.hs b/html-test/src/SpuriousSuperclassConstraints.hs
index d9e43e1c..3e230945 100644
--- a/html-test/src/SpuriousSuperclassConstraints.hs
+++ b/html-test/src/SpuriousSuperclassConstraints.hs
@@ -7,7 +7,7 @@
--
-- <http://www.haskell.org/pipermail/haskell-cafe/2012-September/103600.html>
--
--- And here is the corresponding theard on glasgow-haskell-users:
+-- And here is the corresponding thread on glasgow-haskell-users:
--
-- <http://www.haskell.org/pipermail/glasgow-haskell-users/2012-September/022914.html>
--