summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-04 12:09:39 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-04 14:16:17 +0000
commit539fbf4c4e08130524fedf8c40f0ddb6656cc07c (patch)
treeea2366310c6a3d3a05d39b23b8bd011fdda68e9b
parent26913840355b8e6f05b04822c64e8fc7d639871c (diff)
Doc: Fix typos
Remove the extra 'the' and put a comma after the dependent clause. Fixes: QTBUG-107132 Change-Id: I1407ec7411a12bd47ed4a53f961158856abb1151 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 905beb90ca3b646e70f94318feb9224350a27336) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/serialbus/qcanbusdevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialbus/qcanbusdevice.cpp b/src/serialbus/qcanbusdevice.cpp
index b2f2ee9..01831b7 100644
--- a/src/serialbus/qcanbusdevice.cpp
+++ b/src/serialbus/qcanbusdevice.cpp
@@ -400,8 +400,8 @@ QVariant QCanBusDevice::configurationParameter(ConfigurationKey key) const
/*!
Returns the list of keys used by the CAN bus connection.
- The the meaning of the keys is equivalent to \l ConfigurationKey.
- If a key is not explicitly mentioned the platform's
+ The meaning of the keys is equivalent to \l ConfigurationKey.
+ If a key is not explicitly mentioned, the platform's
default setting for the relevant key is used.
*/
QList<QCanBusDevice::ConfigurationKey> QCanBusDevice::configurationKeys() const