contrib: fix typo
authorRaphaël Gomès <rgomes@octobus.net>
Wed, 12 May 2021 10:24:17 +0200
changeset 47177 5d5abfdc32d8
parent 47176 8b549ea4bebf
child 47178 63286e0886a6
contrib: fix typo I forgot to fix it in flight, this commit will do fine.
contrib/dumprevlog
--- 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,