From bdba57d3e5a5aa1c1a5d88ea44f93082e3cc4cdc Mon Sep 17 00:00:00 2001 From: Alexandre Esteves <2335822+alexfmpe@users.noreply.github.com> Date: Tue, 12 May 2020 11:45:14 +0100 Subject: [PATCH] Fix typo --- test/reflex-dom-reexports.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/reflex-dom-reexports.hs b/test/reflex-dom-reexports.hs index ee88a75..b934f3f 100644 --- a/test/reflex-dom-reexports.hs +++ b/test/reflex-dom-reexports.hs @@ -57,7 +57,7 @@ parseCabalExports file = do osConfVar = case System.Info.os of "linux" -> Just Dist.Linux "darwin" -> Just Dist.OSX - _ -> error "Unrecgonized System.Info.os" + _ -> error "Unrecognized System.Info.os" archConfVar = Just Dist.X86_64 evalConfVar v = Right $ case v of OS osVar -> Just osVar == osConfVar