@cryptotaxi247 / netdata-1 / commits / 5a42549d5

Fix typo in analytics.c (#11329)

existance -> existence

Ikko Ashimine committed Jul 12, 2021 at 20:55 UTC 5a42549d5fab771dba7b74b3816e29f490ed149c
1 file changed +1 -1
daemon/analytics.c
+1 -1
@@ -372,7 +372,7 @@ char *get_value_from_key(char *buffer, char *key)
372 }
373
374 /*
375 - * Checks for the existance of .install_type file and reads it
375 + * Checks for the existence of .install_type file and reads it
376 */
377 void analytics_get_install_type(void)
378 {