diff --git a/eprocess.cabal b/eprocess.cabal
--- a/eprocess.cabal
+++ b/eprocess.cabal
@@ -1,5 +1,5 @@
 name: eprocess
-version: 1.1.0
+version: 1.1.1
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -9,7 +9,7 @@
 stability: stable
 package-url: http://code.haskell.org/eprocess
 bug-reports: http://github.com/elbrujohalcon/eprocess/issues
-synopsis: *Very* basic erlang-like process support for Haskel
+synopsis: *Very* basic Erlang-like process support for Haskell
 description: This library provides a *very* basic support for processes with message queues.  It was built using channels, threads and MVars. Since version 1.1.0 you can also kill a running process.
 category: Concurrency
 author: Fernando "Brujo" Benavides
