diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+0.3.6:
+- fix typos in haddocks
 0.3.5:
 - set up public repo at bitbucket
 0.3.4:
diff --git a/Data/ByteString/Lazy/Search.hs b/Data/ByteString/Lazy/Search.hs
--- a/Data/ByteString/Lazy/Search.hs
+++ b/Data/ByteString/Lazy/Search.hs
@@ -96,7 +96,7 @@
 --
 -- In general, searching in a strict 'S.ByteString' is slightly faster
 -- than searching in a lazy 'L.ByteString', but for long targets the
--- smaller memory footprint of lazy 'L.ByteStrings' can make searching
+-- smaller memory footprint of lazy 'L.ByteString's can make searching
 -- those (sometimes much) faster. On the other hand, there are cases
 -- where searching in a strict target is much faster, even for long targets.
 --
diff --git a/Data/ByteString/Search.hs b/Data/ByteString/Search.hs
--- a/Data/ByteString/Search.hs
+++ b/Data/ByteString/Search.hs
@@ -80,7 +80,7 @@
 --
 -- In general, searching in a strict 'S.ByteString' is slightly faster
 -- than searching in a lazy 'L.ByteString', but for long targets, the
--- smaller memory footprint of lazy 'L.ByteStrings' can make searching
+-- smaller memory footprint of lazy 'L.ByteString's can make searching
 -- those (sometimes much) faster. On the other hand, there are cases
 -- where searching in a strict target is much faster, even for long targets.
 
diff --git a/stringsearch.cabal b/stringsearch.cabal
--- a/stringsearch.cabal
+++ b/stringsearch.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.3.5
+Version:             0.3.6
 
 Homepage:            https://bitbucket.org/dafis/stringsearch
 Bug-reports:         https://bitbucket.org/dafis/stringsearch/issues
@@ -109,4 +109,4 @@
 
 source-repository head
   type:     mercurial
-  location: http://bitbucket.org/dafis/stringsearch
+  location: https://bitbucket.org/dafis/stringsearch
