From 41cf6d540fbc7c6033dad09fb27a68ad1da4c629 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 2 Jul 2018 18:51:51 +0300 Subject: More spellcheck --- trypandoc/trypandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trypandoc') diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs index a4c21e1f6..f451b3063 100644 --- a/trypandoc/trypandoc.hs +++ b/trypandoc/trypandoc.hs @@ -25,7 +25,7 @@ main = run app app :: Application app req respond = do let query = queryToQueryText $ queryString req - let getParam x = maybe (error $ T.unpack x ++ " paramater not set") + let getParam x = maybe (error $ T.unpack x ++ " parameter not set") return $ lookup x query text <- getParam "text" >>= checkLength . fromMaybe T.empty fromFormat <- fromMaybe "" <$> getParam "from" -- cgit v1.2.3