summaryrefslogtreecommitdiffstats
path: root/doc/src/frameworks-technologies/accessible.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/frameworks-technologies/accessible.qdoc')
-rw-r--r--doc/src/frameworks-technologies/accessible.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc
index da2124605..28cc0196a 100644
--- a/doc/src/frameworks-technologies/accessible.qdoc
+++ b/doc/src/frameworks-technologies/accessible.qdoc
@@ -554,7 +554,7 @@
\list
\li A root object. This is the root in the accessible
object tree and is of type QAccessibleInterface.
- \li Receive events from from accessible objects.
+ \li Receive events from accessible objects.
\endlist
The root object is set with the
@@ -651,7 +651,7 @@
Accessibility.name: myMathEquation.text
Accessibility.description: qsTr("Linear equation")
Accessible.onPressAction: {
- // Highlight the the x variable
+ // Highlight the x variable
...
}
}