summaryrefslogtreecommitdiff
path: root/hadrian/src/CommandLine.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-11-23 12:02:49 +0100
committerGabor Greif <ggreif@gmail.com>2018-11-23 12:08:32 +0100
commit7856676b72526cd674e84c43064b61ff3a07a0a1 (patch)
treeaf09dfc9fd367ebe576f874ee7fe059d637ea442 /hadrian/src/CommandLine.hs
parent9b0d03331b8ef0abaef609a22dcd221f8e91b759 (diff)
downloadhaskell-7856676b72526cd674e84c43064b61ff3a07a0a1.tar.gz
Typofix in help text
Diffstat (limited to 'hadrian/src/CommandLine.hs')
-rw-r--r--hadrian/src/CommandLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/CommandLine.hs b/hadrian/src/CommandLine.hs
index 1532ec51d7..36f3818d1d 100644
--- a/hadrian/src/CommandLine.hs
+++ b/hadrian/src/CommandLine.hs
@@ -198,7 +198,7 @@ optDescrs =
, Option [] ["test-compiler"] (OptArg readTestCompiler "TEST_COMPILER")
"Use given compiler [Default=stage2]."
, Option [] ["test-config-file"] (OptArg readTestConfigFile "CONFIG_FILE")
- "congiguration file for testsuite. Default=testsuite/config/ghc"
+ "configuration file for testsuite. Default=testsuite/config/ghc"
, Option [] ["config"] (OptArg readTestConfig "EXTRA_TEST_CONFIG")
"Configurations to run test, in key=value format."
, Option [] ["summary-junit"] (OptArg readTestJUnit "TEST_SUMMARY_JUNIT")