diff --git a/Network/HTTP/Conduit/Downloader.hs b/Network/HTTP/Conduit/Downloader.hs
--- a/Network/HTTP/Conduit/Downloader.hs
+++ b/Network/HTTP/Conduit/Downloader.hs
@@ -46,7 +46,7 @@
 -- It's highly recommended to use
 -- <http://hackage.haskell.org/package/hsdns-cache>
 -- for DNS resolution since @getAddrInfo@ used in @http-conduit@ can be
--- buggy and ineffective when it needs to resolve many hosts per seconds for
+-- buggy and ineffective when it needs to resolve many hosts per second for
 -- a long time.
 --
 module Network.HTTP.Conduit.Downloader
diff --git a/http-conduit-downloader.cabal b/http-conduit-downloader.cabal
--- a/http-conduit-downloader.cabal
+++ b/http-conduit-downloader.cabal
@@ -1,6 +1,6 @@
 cabal-version:  >= 1.6
 name:           http-conduit-downloader
-version:        1.0.4
+version:        1.0.5
 copyright:      Vladimir Shabanov 2013
 author:         Vladimir Shabanov <vshabanoff@gmail.com>
 maintainer:     Vladimir Shabanov <vshabanoff@gmail.com>
