diff --git a/hashable-generics.cabal b/hashable-generics.cabal
--- a/hashable-generics.cabal
+++ b/hashable-generics.cabal
@@ -1,9 +1,9 @@
 name:                hashable-generics
-version:             1.1
+version:             1.1.1
 synopsis:            Automatically generates Hashable instances with GHC.Generics.
 description:
     This package provides a "GHC.Generics"-based 'Data.Hashable.Generic.gHashWithSalt'
-    function which can be used for providing a 'gHashWithSalt' implementation.
+    function which can be used for providing a 'hashWithSalt' implementation.
     See the documentation for the 'gHashWithSalt' function in the
     "Data.Hashable.Generic" module to get start.
     .
