Commit 8813c7e0d664be405ef179558ecedde183c2ea33

Authored by Stéphane Raimbault
1 parent ea80f740

Documentation typo

doc/modbus_set_byte_timeout.txt
@@ -25,7 +25,7 @@ If _to_sec_ is set to -1 then this timeout will not be used at all. In this @@ -25,7 +25,7 @@ If _to_sec_ is set to -1 then this timeout will not be used at all. In this
25 case, _modbus_set_response_timeout()_ governs the entire handling of the 25 case, _modbus_set_response_timeout()_ governs the entire handling of the
26 response, the full confirmation response must be received before expiration of 26 response, the full confirmation response must be received before expiration of
27 the response timeout. When a byte timeout is set, the response timeout is only 27 the response timeout. When a byte timeout is set, the response timeout is only
28 -used to wait for the first byte of the respone. 28 +used to wait for the first byte of the response.
29 29
30 30
31 RETURN VALUE 31 RETURN VALUE