diff --git a/derp.cabal b/derp.cabal
--- a/derp.cabal
+++ b/derp.cabal
@@ -1,5 +1,5 @@
 Name:                derp
-Version:             0.1.3
+Version:             0.1.4
 Description:         A parser based on derivatives of parser combinators (Might
                      and Darais).  Our paper on Arxiv details the theory of
                      parsing with derivatives: <http://arxiv.org/abs/1010.5023>.
@@ -9,10 +9,10 @@
                      size of the initial grammar, n would be size of the input.
                      These bounds are based off of observation and intuition;
                      they are not proven yet.)  This implementation will not
-                     terminate if the resulting parse frest is infinite.  We
+                     terminate if the resulting parse forest is infinite.  We
                      know how to extend the implementation to work for infinite
-                     parse trees with little effort.  If this is something you
-                     would like to see, shoot me an email.
+                     parse forests with little effort.  If this is something
+                     you would like to see, send me an email.
 Synopsis:            Derivative Parsing
 License:             BSD3
 License-file:        LICENSE
