diff -r b9354f330588 -r c9dc8d0346f9 docs/evolve-faq.rst --- a/docs/evolve-faq.rst Wed Sep 12 18:06:36 2012 -0400 +++ b/docs/evolve-faq.rst Thu Sep 13 17:31:46 2012 -0400 @@ -110,7 +110,7 @@ $ hg record # commit the second part $ hg commit - # informs mercurial of what appened + # informs mercurial of what happened # current changeset (.) and previous one (.^) replace A (42) $ hg prune --new . --new .^ 42