Fix typo in aclk.c (#11170)
Successfull -> Successful
Ikko Ashimine committed
May 24, 2021 at 22:51 UTC
4d0f785c15b982d9f0e277131d91b83f47a61ecd
1 file changed
+1
-1
aclk/aclk.c
+1
-1
@@ -477,7 +477,7 @@ static int aclk_get_transport_idx(aclk_env_t *env) {
477
478
/* Attempts to make a connection to MQTT broker over WSS
479
* @param client instance of mqtt_wss_client
480
- * @return 0 - Successfull Connection,
480
+ * @return 0 - Successful Connection,
481
* <0 - Irrecoverable Error -> Kill ACLK,
482
* >0 - netdata_exit
483
*/