Mercurial > public > mercurial-scm > hg-stable
diff mercurial/bundle2.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 | 19d4802cb304 |
children | a3cf460a6b1b |
line wrap: on
line diff
--- a/mercurial/bundle2.py Thu Nov 25 18:33:51 2021 +0100 +++ b/mercurial/bundle2.py Fri Nov 26 11:53:54 2021 +0100 @@ -2419,7 +2419,7 @@ op.records.add(b'bookmarks', record) else: raise error.ProgrammingError( - b'unkown bookmark mode: %s' % bookmarksmode + b'unknown bookmark mode: %s' % bookmarksmode )