From c77f708dbe67462be7e3db97dc6f5aed3bd3652f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 13 Mar 2021 04:26:44 +0800 Subject: [PATCH] Correct some typos in JSONToDhall.hs --- dhall-json/src/Dhall/JSONToDhall.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhall-json/src/Dhall/JSONToDhall.hs b/dhall-json/src/Dhall/JSONToDhall.hs index 96113aa0e..58a5db6d4 100644 --- a/dhall-json/src/Dhall/JSONToDhall.hs +++ b/dhall-json/src/Dhall/JSONToDhall.hs @@ -445,7 +445,7 @@ parseUnion = where uFirst = O.flag' UFirst ( O.long "unions-first" - <> O.help "The first value with the matching type (succefully parsed all the way down the tree) is accepted, even if not the only posible match. (DEFAULT)" + <> O.help "The first value with the matching type (successfully parsed all the way down the tree) is accepted, even if not the only possible match. (DEFAULT)" ) uNone = O.flag' UNone ( O.long "unions-none"