summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2019-05-13 10:47:35 +0200
committerAndré Hartmann <aha_1980@gmx.de>2019-05-15 12:44:31 +0000
commite163199a2ff396de0a2395a8d4be7bdf443e682c (patch)
tree40a3eb2764279bb4354650af3f45b3d72e6308c2 /src
parent562113342f2b232d38a3ea05e84b8d2584799218 (diff)
QModBusReply: Fix typo in documentation
Change-Id: Ide2b1759bed6b099e5f2cbcf04e388e7e6abccee Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/serialbus/qmodbusreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialbus/qmodbusreply.cpp b/src/serialbus/qmodbusreply.cpp
index 7201a33..caa2dd9 100644
--- a/src/serialbus/qmodbusreply.cpp
+++ b/src/serialbus/qmodbusreply.cpp
@@ -74,7 +74,7 @@ public:
\value Common The reply originates from a common read, write or read/write
request. See \l QModbusClient::sendReadRequest,
\l QModbusClient::sendWriteRequest and \l QModbusClient::sendReadWriteRequest
- \value Broadcast The replay originates from a Modbus broadcast request. The
+ \value Broadcast The reply originates from a Modbus broadcast request. The
\l serverAddress() will return \c 0 and the \l finished()
signal will be emitted immediately.
*/