typo in comment

This commit is contained in:
Greg Weber 2013-06-10 13:36:22 -07:00
parent f9be0a83bd
commit 7658deaf05

View File

@ -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@.