xml: Fix typos in documentation

Pick-to: 5.15 6.2
Change-Id: Ie2a4df380dc2e519a55db4457bd17e326e62046f
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Jonas Kvinge 2021-10-09 19:01:36 +02:00
parent 9f701b6ffc
commit 5cb48619e2
1 changed files with 2 additions and 2 deletions

View File

@ -4477,7 +4477,7 @@ QString QDomElement::attributeNS(const QString& nsURI, const QString& localName,
Adds an attribute with the qualified name \a qName and the
namespace URI \a nsURI with the value \a value. If an attribute
with the same local name and namespace URI exists, its prefix is
replaced by the prefix of \a qName and its value is repaced by \a
replaced by the prefix of \a qName and its value is replaced by \a
value.
Although \a qName is the qualified name, the local name is used to
@ -4700,7 +4700,7 @@ void QDomTextPrivate::save(QTextStream& s, int, int) const
\ingroup xml-tools
You can split the text in a QDomText object over two QDomText
objecs with splitText().
objects with splitText().
For further information about the Document Object Model see
\l{http://www.w3.org/TR/REC-DOM-Level-1/}{Level 1} and