summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2017-01-23 21:42:57 +0100
committerAndré Hartmann <aha_1980@gmx.de>2017-01-24 09:21:28 +0000
commit6cb07fb512082bac7df5b50048d7ade111b575e0 (patch)
tree5e7936949516c954a171eb5712b229e41e7bd3f3
parent9fc56b2a388efcfc343295443956d8e268bffee4 (diff)
QCanBusFrame: Fix typo in toString() documentation
Change-Id: I64b67d7958feabd9d372812343a5dcc50f11cb60 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-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 db17e1d..acb62ce 100644
--- a/src/serialbus/qcanbusframe.cpp
+++ b/src/serialbus/qcanbusframe.cpp
@@ -293,7 +293,7 @@ QT_BEGIN_NAMESPACE
/*!
Returns the CAN frame as a formatted string.
- The output contains the CAN identfier in hexadecimal format, right
+ The output contains the CAN identifier in hexadecimal format, right
adjusted to 32 bit, followed by the data length in square brackets
and the payload in hexadecimal format.