diff setup.py @ 48469:fff5942d445f

typo: s/unkown/unknown across the codebase Differential Revision: https://phab.mercurial-scm.org/D11807
author Rapha?l Gom?s <rgomes@octobus.net>
date Fri, 26 Nov 2021 11:53:54 +0100
parents 2ce31dbde4b1
children 23ce9e7bf1e5
line wrap: on
line diff
--- a/setup.py	Thu Nov 25 18:33:51 2021 +0100
+++ b/setup.py	Fri Nov 26 11:53:54 2021 +0100
@@ -535,7 +535,7 @@
             # (see mercurial/__modulepolicy__.py)
             if hgrustext != 'cpython' and hgrustext is not None:
                 if hgrustext:
-                    msg = 'unkown HGWITHRUSTEXT value: %s' % hgrustext
+                    msg = 'unknown HGWITHRUSTEXT value: %s' % hgrustext
                     printf(msg, file=sys.stderr)
                 hgrustext = None
             self.rust = hgrustext is not None