summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-05-24 22:51:15 +0900
committerGitHub <noreply@github.com>2021-05-24 15:51:15 +0200
commit4d0f785c15b982d9f0e277131d91b83f47a61ecd (patch)
tree3e8c5e5b2fadeade58eb52703c539159896977c8
parente8e60465bf8b659a7acb821abb26541fa9809e05 (diff)
Fix typo in aclk.c (#11170)
Successfull -> Successful
-rw-r--r--aclk/aclk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk.c b/aclk/aclk.c
index 35549cfea0..3e538a5f4c 100644
--- a/aclk/aclk.c
+++ b/aclk/aclk.c
@@ -477,7 +477,7 @@ static int aclk_get_transport_idx(aclk_env_t *env) {
/* Attempts to make a connection to MQTT broker over WSS
* @param client instance of mqtt_wss_client
- * @return 0 - Successfull Connection,
+ * @return 0 - Successful Connection,
* <0 - Irrecoverable Error -> Kill ACLK,
* >0 - netdata_exit
*/