diff contrib/check-code.py @ 31789:0e4f70f63aaa

check-code: fix "covert" typo
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 03 Apr 2017 11:30:51 -0700
parents be8a866a2c44
children 2a865df042b7
line wrap: on
line diff
--- a/contrib/check-code.py	Mon Apr 03 10:02:55 2017 +0200
+++ b/contrib/check-code.py	Mon Apr 03 11:30:51 2017 -0700
@@ -338,7 +338,7 @@
     (r'^import BaseHTTPServer', "use util.httpserver instead"),
     (r'\.next\(\)', "don't use .next(), use next(...)"),
     (r'([a-z]*).revision\(\1\.node\(',
-     "don't covert rev to node before passing to revision(nodeorrev)"),
+     "don't convert rev to node before passing to revision(nodeorrev)"),
 
     # rules depending on implementation of repquote()
     (r' x+[xpqo%APM][\'"]\n\s+[\'"]x',