[commit: ghc] master: Typofix in help text (7856676)

git at git.haskell.org git at git.haskell.org
Fri Nov 23 11:11:14 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7856676b72526cd674e84c43064b61ff3a07a0a1/ghc

>---------------------------------------------------------------

commit 7856676b72526cd674e84c43064b61ff3a07a0a1
Author: Gabor Greif <ggreif at gmail.com>
Date:   Fri Nov 23 12:02:49 2018 +0100

    Typofix in help text


>---------------------------------------------------------------

7856676b72526cd674e84c43064b61ff3a07a0a1
 hadrian/src/CommandLine.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadrian/src/CommandLine.hs b/hadrian/src/CommandLine.hs
index 1532ec5..36f3818 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")



More information about the ghc-commits mailing list