diff --git a/Network/Wai/Handler/Warp/Response.hs b/Network/Wai/Handler/Warp/Response.hs
--- a/Network/Wai/Handler/Warp/Response.hs
+++ b/Network/Wai/Handler/Warp/Response.hs
@@ -100,7 +100,7 @@
 --   Especially, Applications/middlewares MUST take care of
 --   Content-Length, Content-Range, and Transfer-Encoding
 --   because they are inserted, when necessary,
---   regardless they alredy exist.
+--   regardless they already exist.
 --   This function does not insert Content-Encoding. It's middleware's
 --   responsibility.
 --
diff --git a/warp.cabal b/warp.cabal
--- a/warp.cabal
+++ b/warp.cabal
@@ -1,5 +1,5 @@
 Name:                warp
-Version:             2.0.0
+Version:             2.0.0.1
 Synopsis:            A fast, light-weight web server for WAI applications.
 License:             MIT
 License-file:        LICENSE
