diff --git a/Data/Conduit/Text.hs b/Data/Conduit/Text.hs
--- a/Data/Conduit/Text.hs
+++ b/Data/Conduit/Text.hs
@@ -104,7 +104,7 @@
 
 -- | Variant of the lines function with an integer parameter.
 -- The text length of any emitted line
--- never exceeds the value of the paramater. Whenever
+-- never exceeds the value of the parameter. Whenever
 -- this is about to happen a LengthExceeded exception
 -- is thrown. This function should be used instead
 -- of the lines function whenever we are dealing with
diff --git a/conduit-extra.cabal b/conduit-extra.cabal
--- a/conduit-extra.cabal
+++ b/conduit-extra.cabal
@@ -1,5 +1,5 @@
 Name:                conduit-extra
-Version:             1.1.7.0
+Version:             1.1.7.1
 Synopsis:            Batteries included conduit: adapters for common libraries.
 Description:
     The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
