registrar: fix a documentation typo
authorMatt Harbison <matt_harbison@yahoo.com>
Tue, 01 Sep 2020 22:28:41 -0400
changeset 45403 6a0e7bf73bb2
parent 45402 684083d104f9
child 45404 c4a4a49589bf
registrar: fix a documentation typo Differential Revision: https://phab.mercurial-scm.org/D8976
mercurial/registrar.py
--- a/mercurial/registrar.py	Mon Aug 10 15:50:22 2020 +0200
+++ b/mercurial/registrar.py	Tue Sep 01 22:28:41 2020 -0400
@@ -121,7 +121,7 @@
         return self._docformat % (decl, doc)
 
     def _extrasetup(self, name, func):
-        """Execute exra setup for registered function, if needed
+        """Execute extra setup for registered function, if needed
         """