Переглянути джерело

Fix a typo for a function link in documentation

Christos Kontas 13 роки тому
батько
коміт
ca602fccd0
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      doc/libmodbus.txt

+ 2 - 2
doc/libmodbus.txt

@@ -38,7 +38,7 @@ ease the implementation of a variant, the library was designed to use a backend
 for each variant. The backends are also a convenient way to fulfill other
 requirements (eg. real-time operations). Each backend offers a specific function
 to create a new 'modbus_t' context. The 'modbus_t' context is an opaque
-structure containing all necessary information to etablish a connection with
+structure containing all necessary information to establish a connection with
 others Modbus devices according to the selected variant.
 
 You can choose the best context for your needs among:
@@ -167,7 +167,7 @@ Read data::
      linkmb:modbus_read_input_bits[3]
      linkmb:modbus_read_registers[3]
      linkmb:modbus_read_input_registers[3]
-     libkmb:modbus_report_slave_id[3]
+     linkmb:modbus_report_slave_id[3]
 
 Write data::
      linkmb:modbus_write_bit[3]