diff tests/test-check-code.t @ 31786:0e4f70f63aaa

check-code: fix "covert" typo
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 03 Apr 2017 11:30:51 -0700
parents bdb72dd3957e
children f6d77af84ef3
line wrap: on
line diff
--- a/tests/test-check-code.t	Mon Apr 03 10:02:55 2017 +0200
+++ b/tests/test-check-code.t	Mon Apr 03 11:30:51 2017 -0700
@@ -11,7 +11,7 @@
   > sed 's-\\-/-g' | xargs "$check_code" --warnings --per-file=0 || false
   contrib/perf.py:859:
    >             r.revision(r.node(x))
-   don't covert rev to node before passing to revision(nodeorrev)
+   don't convert rev to node before passing to revision(nodeorrev)
   Skipping i18n/polib.py it has no-che?k-code (glob)
   mercurial/demandimport.py:312:
    >     if os.environ.get('HGDEMANDIMPORT') != 'disable':