diff -r 9b1bec442496 -r 05d7df73a56b docs/evolve-faq.rst --- a/docs/evolve-faq.rst Fri May 06 00:03:28 2016 +0200 +++ b/docs/evolve-faq.rst Fri May 06 00:08:31 2016 +0200 @@ -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