--- a/docs/from-mq.rst Sat Aug 25 09:32:05 2012 +0200
+++ b/docs/from-mq.rst Sat Aug 25 09:45:03 2012 +0200
@@ -74,11 +74,11 @@
.. -c is very confusig
..
-.. The amend command also has a -c switch which allow you to make an
+.. The amend command also has a -c switch which allows you to make an
.. explicit amending commit before rewriting a changeset.::
..
.. $ hg record -m 'feature A'
-.. # oups, I forget some stuff
+.. # oups, I forgot some stuff
.. $ hg record babar.py
.. $ hg amend -c .^ # .^ refer to "working directoy parent, here 'feature A'