Commit ca602fccd00b029e15a860a5f7f9faec14cf0480
Committed by
Stéphane Raimbault
1 parent
c1e2e0b3
Fix a typo for a function link in documentation
Showing
1 changed file
with
2 additions
and
2 deletions
doc/libmodbus.txt
| ... | ... | @@ -38,7 +38,7 @@ ease the implementation of a variant, the library was designed to use a backend |
| 38 | 38 | for each variant. The backends are also a convenient way to fulfill other |
| 39 | 39 | requirements (eg. real-time operations). Each backend offers a specific function |
| 40 | 40 | to create a new 'modbus_t' context. The 'modbus_t' context is an opaque |
| 41 | -structure containing all necessary information to etablish a connection with | |
| 41 | +structure containing all necessary information to establish a connection with | |
| 42 | 42 | others Modbus devices according to the selected variant. |
| 43 | 43 | |
| 44 | 44 | You can choose the best context for your needs among: |
| ... | ... | @@ -167,7 +167,7 @@ Read data:: |
| 167 | 167 | linkmb:modbus_read_input_bits[3] |
| 168 | 168 | linkmb:modbus_read_registers[3] |
| 169 | 169 | linkmb:modbus_read_input_registers[3] |
| 170 | - libkmb:modbus_report_slave_id[3] | |
| 170 | + linkmb:modbus_report_slave_id[3] | |
| 171 | 171 | |
| 172 | 172 | Write data:: |
| 173 | 173 | linkmb:modbus_write_bit[3] | ... | ... |