summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-04 12:09:39 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-11-04 14:49:18 +0100
commit905beb90ca3b646e70f94318feb9224350a27336 (patch)
tree3e237dd3c12373a083e9d5fe4e55bf4d72ecf6f3 /src
parenteef1f04758d0d3b0d294d4bd9c0826d3c59e9a75 (diff)
Doc: Fix typos
Remove the extra 'the' and put a comma after the dependent clause. Fixes: QTBUG-107132 Pick-to: 6.4 6.2 Change-Id: I1407ec7411a12bd47ed4a53f961158856abb1151 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-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 702d834..402c40c 100644
--- a/src/serialbus/qcanbusdevice.cpp
+++ b/src/serialbus/qcanbusdevice.cpp
@@ -367,8 +367,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