From e163199a2ff396de0a2395a8d4be7bdf443e682c Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Mon, 13 May 2019 10:47:35 +0200 Subject: QModBusReply: Fix typo in documentation Change-Id: Ide2b1759bed6b099e5f2cbcf04e388e7e6abccee Reviewed-by: Martin Smith --- src/serialbus/qmodbusreply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3