Commit 8813c7e0d664be405ef179558ecedde183c2ea33
1 parent
ea80f740
Documentation typo
Showing
1 changed file
with
1 additions
and
1 deletions
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 | 25 | case, _modbus_set_response_timeout()_ governs the entire handling of the |
| 26 | 26 | response, the full confirmation response must be received before expiration of |
| 27 | 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 | 31 | RETURN VALUE | ... | ... |