summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-01 11:29:47 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-02 10:06:39 +0100
commit8dd82ead7ddd65348bcbea4e2bb8defce4253173 (patch)
tree22887ccbb12f2801b467ea0e05261ff6c036b9e9 /testsuite/tests/plugins
parenteedb3df0c1c28a7abc43705d614239c1c6199a1f (diff)
downloadhaskell-8dd82ead7ddd65348bcbea4e2bb8defce4253173.tar.gz
Spelling fixes
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/all.T2
-rw-r--r--testsuite/tests/plugins/plugins03.hs2
-rw-r--r--testsuite/tests/plugins/plugins03.stderr2
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 580498ff2f..ea285dcf93 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -12,7 +12,7 @@ test('plugins02',
test('plugins03',
[pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.plugins03 TOP={top}')],
compile_fail,
- ['-package-db simple-plugin/pkg.plugins03/local.package.conf -fplugin Simple.NonExistantPlugin -package simple-plugin'])
+ ['-package-db simple-plugin/pkg.plugins03/local.package.conf -fplugin Simple.NonExistentPlugin -package simple-plugin'])
test('plugins04', [], multimod_compile_fail,
['plugins04', '-package ghc -fplugin HomePackagePlugin'])
diff --git a/testsuite/tests/plugins/plugins03.hs b/testsuite/tests/plugins/plugins03.hs
index 7cc679b38f..7857e823f0 100644
--- a/testsuite/tests/plugins/plugins03.hs
+++ b/testsuite/tests/plugins/plugins03.hs
@@ -1,4 +1,4 @@
--- Just used to test that we correctly handle non-existant plugins
+-- Just used to test that we correctly handle non-existent plugins
module Main where
-- The contents of this file are actually irrelevant
diff --git a/testsuite/tests/plugins/plugins03.stderr b/testsuite/tests/plugins/plugins03.stderr
index e04d80cb87..c02965ad1f 100644
--- a/testsuite/tests/plugins/plugins03.stderr
+++ b/testsuite/tests/plugins/plugins03.stderr
@@ -1,2 +1,2 @@
-<command line>: Could not find module ‘Simple.NonExistantPlugin’
+<command line>: Could not find module ‘Simple.NonExistentPlugin’
Use -v to see a list of the files searched for.