Quellcode durchsuchen

Update libmodbus.txt

Zwivhuya vor 5 Jahren
Ursprung
Commit
170bce656a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/libmodbus.txt

+ 2 - 2
doc/libmodbus.txt

@@ -33,13 +33,13 @@ library.
 
 Contexts
 ~~~~~~~~
-The Modbus protocol contains many variants (eg. serial RTU or Ehternet TCP), to
+The Modbus protocol contains many variants (eg. serial RTU or Ethernet TCP), to
 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 establish a connection with
-others Modbus devices according to the selected variant.
+other Modbus devices according to the selected variant.
 
 You can choose the best context for your needs among: