From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/dom/dom_doc.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'khtml/dom/dom_doc.h') diff --git a/khtml/dom/dom_doc.h b/khtml/dom/dom_doc.h index fd64253f5..9a5331295 100644 --- a/khtml/dom/dom_doc.h +++ b/khtml/dom/dom_doc.h @@ -122,7 +122,7 @@ public: * @return A new DocumentType node with Node.ownerDocument set to null. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified qualified name tqcontains + * INVALID_CHARACTER_ERR: Raised if the specified qualified name contains * an illegal character. * * NAMESPACE_ERR: Raised if the qualifiedName is malformed. @@ -150,7 +150,7 @@ public: * @return A new Document object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified qualified name tqcontains + * INVALID_CHARACTER_ERR: Raised if the specified qualified name contains * an illegal character. * * NAMESPACE_ERR: Raised if the qualifiedName is malformed, if the @@ -235,7 +235,7 @@ protected: * * Since elements, text nodes, comments, processing instructions, * etc. cannot exist outside the context of a \c Document - * , the \c Document interface also tqcontains the factory + * , the \c Document interface also contains the factory * methods needed to create these objects. The \c Node * objects created have a \c ownerDocument attribute which * associates them with the \c Document within whose @@ -309,7 +309,7 @@ public: * @return A new \c Element object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified name tqcontains an + * INVALID_CHARACTER_ERR: Raised if the specified name contains an * invalid character. * */ @@ -326,7 +326,7 @@ public: * @return A new Element object with the following attributes: * * @exception INVALID_CHARACTER_ERR Raised if the specified qualified name - * tqcontains an illegal character. + * contains an illegal character. * * @exception NAMESPACE_ERR Raised if the qualifiedName is malformed, if * the qualifiedName has a prefix and the namespaceURI is null, or if the @@ -411,7 +411,7 @@ public: * @return A new \c Attr object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified name tqcontains an + * INVALID_CHARACTER_ERR: Raised if the specified name contains an * invalid character. * */ @@ -436,7 +436,7 @@ public: * Node.nodeValue - the empty string * * @exception INVALID_CHARACTER_ERR Raised if the specified qualified name - * tqcontains an illegal character. + * contains an illegal character. * * @exception NAMESPACE_ERR Raised if the qualifiedName is malformed, if * the qualifiedName has a prefix and the namespaceURI is null, if the @@ -456,7 +456,7 @@ public: * @return The new \c EntityReference object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified name tqcontains an + * INVALID_CHARACTER_ERR: Raised if the specified name contains an * invalid character. * * NOT_SUPPORTED_ERR: Raised if this document is an HTML -- cgit v1.2.1