diff --git a/ply-loader.cabal b/ply-loader.cabal
--- a/ply-loader.cabal
+++ b/ply-loader.cabal
@@ -1,5 +1,5 @@
 name:                ply-loader
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            PLY file loader.
 
 description:         PLY is a lightweight file format for representing 3D
diff --git a/src/PLY/Internal/StrictReplicate.hs b/src/PLY/Internal/StrictReplicate.hs
--- a/src/PLY/Internal/StrictReplicate.hs
+++ b/src/PLY/Internal/StrictReplicate.hs
@@ -7,7 +7,7 @@
 import Data.Vector.Fusion.Stream.Size (Size(..))
 
 -- | Yield a 'Stream' of values obtained by performing the monadic
--- action the given number of times. Each value yielded by teh monadic
+-- action the given number of times. Each value yielded by the monadic
 -- action is evaluated to WHNF.
 replicateStreamM' :: Monad m => Int -> m a -> Stream m a
 {-# INLINE [1] replicateStreamM' #-}
