diff --git a/lib/mosquitto.h b/lib/mosquitto.h index 91ffaae9..c0bf5694 100644 --- a/lib/mosquitto.h +++ b/lib/mosquitto.h @@ -404,10 +404,10 @@ libmosq_EXPORT int mosquitto_connect_bind(struct mosquitto *mosq, const char *ho libmosq_EXPORT int mosquitto_connect_async(struct mosquitto *mosq, const char *host, int port, int keepalive); /* - * Function: mosquitto_connect_async + * Function: mosquitto_connect_bind_async * * Connect to an MQTT broker. This is a non-blocking call. If you use - * your client must use the threaded interface + * your client must use the threaded interface * . If you need to use , you must use * to connect the client. *