diff --git a/Data/FileEmbed.hs b/Data/FileEmbed.hs
--- a/Data/FileEmbed.hs
+++ b/Data/FileEmbed.hs
@@ -65,7 +65,7 @@
 #endif
   (runIO $ B.readFile fp) >>= bsToExp
 
--- | Embed a directory recusrively in your source code.
+-- | Embed a directory recursively in your source code.
 --
 -- > import qualified Data.ByteString
 -- >
diff --git a/file-embed.cabal b/file-embed.cabal
--- a/file-embed.cabal
+++ b/file-embed.cabal
@@ -1,5 +1,5 @@
 name:            file-embed
-version:         0.0.4.8
+version:         0.0.4.9
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
