From 7658deaf05680f92ec28f0d504d565f47bf9fece Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Mon, 10 Jun 2013 13:36:22 -0700 Subject: [PATCH] typo in comment --- yesod/Yesod/Default/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod/Yesod/Default/Config.hs b/yesod/Yesod/Default/Config.hs index 5519bfdc..12ac5cc3 100644 --- a/yesod/Yesod/Default/Config.hs +++ b/yesod/Yesod/Default/Config.hs @@ -214,7 +214,7 @@ loadConfig (ConfigSettings env parseExtra getFile getObject) = do Nothing -> fail $ "Not found: " ++ show k -- | Loads the configuration block in the passed file named by the --- passed environment, yeilds to the passed function as a mapping. +-- passed environment, yields to the passed function as a mapping. -- -- Errors in the case of a bad load or if your function returns -- @Nothing@.