From cb79dc2111be1cd9d1c865c14300c434b33ee8e2 Mon Sep 17 00:00:00 2001 From: Gareth Reakes <gareth@apache.org> Date: Fri, 7 Feb 2003 08:59:46 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174770 13f79535-47bb-0310-9956-ffa450edef68 --- doc/migration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/migration.xml b/doc/migration.xml index b59d78201..c19a71b88 100644 --- a/doc/migration.xml +++ b/doc/migration.xml @@ -86,7 +86,7 @@ <ul> <li>DOMAttr: isId, getTypeInfo</li> <li>DOMElement: setIdAttribute, setIdAttributeNS, setIdAttributeNode, getTypeInfo</li> - <li>Added DOMTypeInfo class for getTypeInfo calss in DOMElement and DOMAttr</li> + <li>Added DOMTypeInfo class for getTypeInfo class in DOMElement and DOMAttr</li> <li>Added getDOMTypeInfoUri, getDOMTypeInfoName to XMLAttDef and XMLElementDecl for use in building DOMTypeInfo</li> </ul> <li>Added a non-standard extension DOMImplementation::loadDOMExceptionMsg to load the -- GitLab