0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-04 09:10:31 +00:00

Fix typo in analytics.c ()

existance -> existence
This commit is contained in:
Ikko Ashimine 2021-07-12 20:55:45 +09:00 committed by GitHub
parent 512f9228ec
commit 5a42549d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@ char *get_value_from_key(char *buffer, char *key)
} }
/* /*
* Checks for the existance of .install_type file and reads it * Checks for the existence of .install_type file and reads it
*/ */
void analytics_get_install_type(void) void analytics_get_install_type(void)
{ {