# HG changeset patch # User Javi Merino # Date 2015-04-19 10:37:29 # Node ID 60e4258b2052ed8405b39a78dd169dea631d4e54 # Parent 2553ef7355abf25296e31102a0b8cfdd4ebebbbb 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.