contrib/check-code.py
changeset 14549 48ec0763afbb
parent 14494 1ffeeb91c55d
child 14709 6c7283faa967
--- a/contrib/check-code.py	Tue Jun 07 16:02:51 2011 -0500
+++ b/contrib/check-code.py	Tue Jun 07 17:02:54 2011 -0500
@@ -177,6 +177,7 @@
      "always assign an opened file to a variable, and close it afterwards"),
     (r'[\s\(](open|file)\([^)]*\)\.',
      "always assign an opened file to a variable, and close it afterwards"),
+    (r'(?i)descendent', "the proper spelling is descendAnt"),
   ],
   # warnings
   [