# HG changeset patch # User Saurabh Singh # Date 2017-10-02 18:17:04 # Node ID c1fe66e89f57ed7689697f566acefd4673484bce # Parent 5326e4ef1dab0bb33f5262aa9e68491d115525fb registrar: fixing typo in comment I was just going through the module and noticed the typo. This commit fixes 'onfalure' -> 'onfailure'. Differential Revision: https://phab.mercurial-scm.org/D906 diff --git a/mercurial/registrar.py b/mercurial/registrar.py --- a/mercurial/registrar.py +++ b/mercurial/registrar.py @@ -347,7 +347,7 @@ class internalmerge(_funcregistrarbase): fullmerge o o o ========== ======== ======== ========= - Optional argument 'onfalure' is the format of warning message + Optional argument 'onfailure' is the format of warning message to be used at failure of merging (target filename is specified at formatting). Or, None or so, if warning message should be suppressed.