From 4d0f785c15b982d9f0e277131d91b83f47a61ecd Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 24 May 2021 22:51:15 +0900 Subject: Fix typo in aclk.c (#11170) Successfull -> Successful --- aclk/aclk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3