summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2021-09-21 21:52:28 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2021-09-22 20:45:46 +0200
commitf9f24ac1758d74f5c3f950f6f5340114ba109648 (patch)
tree3d18d56c40c607347a6f869fcede9fc09751888c /src
parente224edf5eb7796265bc6b236889124801c145ed4 (diff)
Fix minor typo
Change-Id: I76f36c80204b85afd1fa0a4870cea646533fba88 Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src')
-rw-r--r--src/serialbus/qcanbusframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialbus/qcanbusframe.cpp b/src/serialbus/qcanbusframe.cpp
index 5e0b6b7..aa56120 100644
--- a/src/serialbus/qcanbusframe.cpp
+++ b/src/serialbus/qcanbusframe.cpp
@@ -102,7 +102,7 @@ QT_BEGIN_NAMESPACE
enabled on the \l QCanBusDevice by setting the \l QCanBusDevice::CanFdKey.
Frames of type \l RemoteRequestFrame (RTR) do not have a payload. However they have to
- provide an indication of the responses expected payload length. To set the length expection it
+ provide an indication of the responses expected payload length. To set the expected length it
is necessary to set a fake payload whose length matches the expected payload length of the
response. One way of doing this might be as follows: