Index: lib/dom/scripts/htmlrenamer.py |
=================================================================== |
--- lib/dom/scripts/htmlrenamer.py (revision 11969) |
+++ lib/dom/scripts/htmlrenamer.py (working copy) |
@@ -107,7 +107,7 @@ |
'SVGStylable.className': '$dom_svgClassName', |
} |
-# Members and classes from the dom that should be removed completelly from |
+# Members and classes from the dom that should be removed completely from |
# dart:html. These could be expressed in the IDL instead but expressing this |
# as a simple table instead is more concise. |
# Syntax is: ClassName.(get\.|set\.)?MemberName |