registrar: fixing typo in comment
authorSaurabh Singh <singhsrb@fb.com>
Mon, 02 Oct 2017 19:17:04 +0100
changeset 34437 c1fe66e89f57
parent 34436 5326e4ef1dab
child 34438 ce26a13869fb
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
mercurial/registrar.py
--- a/mercurial/registrar.py	Fri Sep 29 15:49:20 2017 +0000
+++ b/mercurial/registrar.py	Mon Oct 02 19:17:04 2017 +0100
@@ -347,7 +347,7 @@
     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.