[PATCH] help: fix typo commited -> committed

Javi Merino merino.jav at gmail.com
Sun Apr 19 10:51:09 UTC 2015


# HG changeset patch
# User Javi Merino <merino.jav at gmail.com>
# Date 1429439849 -3600
#      Sun Apr 19 11:37:29 2015 +0100
# Node ID b41f497d5c77267f8ac16b05505e424ba4e073b1
# Parent  2ee10789d66b9ca500a7bfb1b3e031e04cdc4fb7
help: fix typo commited -> committed

diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -828,7 +828,7 @@ variables it is passed are listed with n
   ``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.


More information about the Mercurial-devel mailing list