changeset 1653:c9dc8d0346f9

Spelling: happened
author timeless@gmail.com
date Thu, 13 Sep 2012 17:31:46 -0400
parents b9354f330588
children d1c5d80b2ace
files docs/evolve-faq.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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