From 5a42549d5fab771dba7b74b3816e29f490ed149c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine <eltociear@gmail.com> Date: Mon, 12 Jul 2021 20:55:45 +0900 Subject: [PATCH] Fix typo in analytics.c (#11329) existance -> existence --- daemon/analytics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/analytics.c b/daemon/analytics.c index 3e4b9e46b5..6ef58df7b8 100644 --- a/daemon/analytics.c +++ b/daemon/analytics.c @@ -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) {