Fix typos using codespell

Conservative strategy was used, maybe other typos remain.

Rebased: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
jona
2020-02-13 22:15:16 +01:00
committed by Simon Goldschmidt
parent 69c4c8a074
commit d6a6b661d9
56 changed files with 86 additions and 86 deletions

View File

@@ -1169,7 +1169,7 @@ mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_
* @param client MQTT client
* @param topic topic to subscribe to
* @param qos Quality of service, 0 1 or 2 (only used for subscribe)
* @param cb Callback to call when subscribe/unsubscribe reponse is received
* @param cb Callback to call when subscribe/unsubscribe response is received
* @param arg User supplied argument to publish callback
* @param sub 1 for subscribe, 0 for unsubscribe
* @return ERR_OK if successful, @see err_t enum for other results