diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,6 @@
+# 2.1.1.1
+* Fixed typos in the documentation.
+
 # 2.1.1
 * Fixed support for GHC 7.0
 
diff --git a/reflection.cabal b/reflection.cabal
--- a/reflection.cabal
+++ b/reflection.cabal
@@ -1,5 +1,5 @@
 name:           reflection
-version:        2.1.1
+version:        2.1.1.1
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan
@@ -16,8 +16,8 @@
 cabal-version:  >= 1.10
 description:
   This package addresses the /configuration problem/ which is
-  propogating configurations that are available at run-time, allowing
-  multible configurations to coexist without resorting to mutable
+  propagating configurations that are available at run-time, allowing
+  multiple configurations to coexist without resorting to mutable
   global variables or 'System.IO.Unsafe.unsafePerformIO'.
   .
   That package is an implementation of the ideas presented in the
