Skip to content

Commit 170bce6

Browse files
zwivhuya13stephane
authored andcommitted
Update libmodbus.txt
1 parent 862af10 commit 170bce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/libmodbus.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ library.
3333

3434
Contexts
3535
~~~~~~~~
36-
The Modbus protocol contains many variants (eg. serial RTU or Ehternet TCP), to
36+
The Modbus protocol contains many variants (eg. serial RTU or Ethernet TCP), to
3737
ease the implementation of a variant, the library was designed to use a backend
3838
for each variant. The backends are also a convenient way to fulfill other
3939
requirements (eg. real-time operations). Each backend offers a specific function
4040
to create a new 'modbus_t' context. The 'modbus_t' context is an opaque
4141
structure containing all necessary information to establish a connection with
42-
others Modbus devices according to the selected variant.
42+
other Modbus devices according to the selected variant.
4343

4444
You can choose the best context for your needs among:
4545

0 commit comments

Comments
 (0)