diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,3 @@
-
+0.9.2: Fixed stupid spelling error
+0.9.1: Small docs fix
 0.9: Initial version
diff --git a/Control/Monad/Free/Reflectable.hs b/Control/Monad/Free/Reflectable.hs
--- a/Control/Monad/Free/Reflectable.hs
+++ b/Control/Monad/Free/Reflectable.hs
@@ -9,7 +9,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 -- A free monad that supports alternating between building and observing.
--- It supports all operatorions ('>>=', 'return', 'fromView' and 'toView') in worst case constant time.
+-- It supports all operations ('>>=', 'return', 'fromView' and 'toView') in worst case constant time.
 --
 -- See the paper Reflection without Remorse: Revealing a hidden sequence to speed up Monadic Reflection, Atze van der Ploeg and Oleg Kiselyov, Haskell Symposium 2014
 -- for more details.
diff --git a/Control/Monad/Operational/Reflectable.hs b/Control/Monad/Operational/Reflectable.hs
--- a/Control/Monad/Operational/Reflectable.hs
+++ b/Control/Monad/Operational/Reflectable.hs
@@ -10,7 +10,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 -- An operational monad that supports alternating between building and observing.
--- It supports all operatorions ('>>=', 'return', 'fromView' and 'toView') in worst case constant time.
+-- It supports all operations ('>>=', 'return', 'fromView' and 'toView') in worst case constant time.
 --
 -- See the paper Reflection without Remorse: Revealing a hidden sequence to speed up Monadic Reflection, Atze van der Ploeg and Oleg Kiselyov, Haskell Symposium 2014
 -- for more details.
diff --git a/reflection-without-remorse.cabal b/reflection-without-remorse.cabal
--- a/reflection-without-remorse.cabal
+++ b/reflection-without-remorse.cabal
@@ -1,7 +1,7 @@
 Name:                reflection-without-remorse
-Version:             0.9.1
-Synopsis:	         Efficient free and operational monads. 
-Description:         Free and operational monads that efficiently support alternating between building and observing.
+Version:             0.9.2
+Synopsis:	         Efficient free and operational monads.
+Description:         Free and operational monad that efficiently support alternating between building and observing.
 License:             BSD3
 License-file:        LICENSE
 Author:              Atze van der Ploeg
@@ -10,7 +10,7 @@
 Build-Type:          Simple
 Cabal-Version:       >=1.6
 Data-files:          ChangeLog
-Category:            Control, Monads
+Category:            Data, Data Structures
 Tested-With:         GHC==7.6.3
 Library
   Build-Depends: base >= 2 && <= 6, type-aligned
