Mercurial > hg
changeset 47177:5d5abfdc32d8
contrib: fix typo
I forgot to fix it in flight, this commit will do fine.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 12 May 2021 10:24:17 +0200 |
parents | 8b549ea4bebf |
children | 63286e0886a6 |
files | contrib/dumprevlog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/dumprevlog Mon May 03 12:27:09 2021 +0200 +++ b/contrib/dumprevlog Wed May 12 10:24:17 2021 +0200 @@ -39,7 +39,7 @@ localf = encoding.strtolocal(f) if not localf.endswith(b'.i'): print("file:", f, file=sys.stderr) - print(" invalida filename", file=sys.stderr) + print(" invalid filename", file=sys.stderr) r = revlog.revlog( binopen,