Commit f42f08276124c09dc2996de4cc193a1ed8b47638
1 parent
784e2a8e
Fix typo in README
Showing
1 changed file
with
2 additions
and
2 deletions
README
| ... | ... | @@ -6,7 +6,7 @@ Overview |
| 6 | 6 | ======== |
| 7 | 7 | |
| 8 | 8 | libmodbus is a free software library to send/receive data with a |
| 9 | -device which respect the Modbus protocol. This library can use a | |
| 9 | +device which respects the Modbus protocol. This library can use a | |
| 10 | 10 | serial port or an Ethernet connection. |
| 11 | 11 | |
| 12 | 12 | The functions included in the library have been derived from the |
| ... | ... | @@ -46,6 +46,6 @@ Testing |
| 46 | 46 | ======= |
| 47 | 47 | |
| 48 | 48 | Some testing programs are provided in the tests directory, you can |
| 49 | -freely edit the code source to fit your needs (it's Free Sofware :). | |
| 49 | +freely edit the source code to fit your needs (it's Free Sofware :). | |
| 50 | 50 | |
| 51 | 51 | See tests/README for a description of each program. | ... | ... |