From 9d2cc4dd766ca6538e17040b6ac845ed880ab0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 10 Jun 2022 17:34:41 +0200 Subject: Fix typos in docs and comments Found by codespell Pick-to: 6.4 Change-Id: Ie3e301a23830c773a2e9aff487c702a223d246eb Reviewed-by: Nicholas Bennett Reviewed-by: Edward Welbourne --- src/xml/dom/qdom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index 8974421ed6..c191a2f27c 100644 --- a/src/xml/dom/qdom.cpp +++ b/src/xml/dom/qdom.cpp @@ -4134,7 +4134,7 @@ void QDomElementPrivate::save(QTextStream& s, int depth, int indent) const n.toText().data() directly on the node, because the node may not be a text element. - You can get a list of all the decendents of an element which have + You can get a list of all the descendents of an element which have a specified tag name with elementsByTagName() or elementsByTagNameNS(). -- cgit v1.2.3