Browse Source

Documentation typo

Stéphane Raimbault 11 years ago
parent
commit
8813c7e0d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/modbus_set_byte_timeout.txt

+ 1 - 1
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
 case, _modbus_set_response_timeout()_ governs the entire handling of the
 case, _modbus_set_response_timeout()_ governs the entire handling of the
 response, the full confirmation response must be received before expiration of
 response, the full confirmation response must be received before expiration of
 the response timeout. When a byte timeout is set, the response timeout is only
 the response timeout. When a byte timeout is set, the response timeout is only
-used to wait for the first byte of the respone.
+used to wait for the first byte of the response.
 
 
 
 
 RETURN VALUE
 RETURN VALUE