help: fix typo commited -> committed stable
authorJavi Merino <merino.jav@gmail.com>
Sun, 19 Apr 2015 11:37:29 +0100
branchstable
changeset 24814 60e4258b2052
parent 24813 2553ef7355ab
child 24815 023f97267784
help: fix typo commited -> committed
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Sat Apr 18 13:08:41 2015 -0400
+++ b/mercurial/help/config.txt	Sun Apr 19 11:37:29 2015 +0100
@@ -828,7 +828,7 @@
   ``HG_PHASES_MOVED`` to ``1``, etc.
 
 ``txnclose``
-  Run after any repository transaction has been commited. At this
+  Run after any repository transaction has been committed. At this
   point, the transaction can no longer be rolled back. The hook will run
   after the lock is released. see ``pretxnclose`` docs for details about
   available variables.