diff --git a/Yesod/Default/Config.hs b/Yesod/Default/Config.hs
--- a/Yesod/Default/Config.hs
+++ b/Yesod/Default/Config.hs
@@ -214,7 +214,7 @@
                 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@.
diff --git a/yesod.cabal b/yesod.cabal
--- a/yesod.cabal
+++ b/yesod.cabal
@@ -1,5 +1,5 @@
 name:            yesod
-version:         1.2.1
+version:         1.2.1.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
