Fix typo in mqtt_sub README
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 11 Apr 2019 20:25:20 +0000 (22:25 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:24 +0000 (17:14 +0100)
mqtt_sub/README

index ea50f66..999a2aa 100644 (file)
@@ -39,4 +39,4 @@ multiple "clients" over an RS485 serial link.
 This protocol is decoded by the bridge example provided in host/mqtt_bridge,
 which simply transfers the MQTT part of received packets on a TCP socket
 connected to an MQTT message broker, and encapsulate MQTT packets received on
-ths socket in our simple protocol before sending them on the serial link.
+this socket in our simple protocol before sending them on the serial link.