#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py
index 693d171..1712fd2 100644
--- a/Lib/xml/dom/minidom.py
+++ b/Lib/xml/dom/minidom.py
@@ -1446,7 +1446,7 @@
         return False
 
     def isId(self, aname):
-        """Returns true iff the named attribte is a DTD-style ID."""
+        """Returns true iff the named attribute is a DTD-style ID."""
         return False
 
     def isIdNS(self, namespaceURI, localName):