summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-07-12 20:55:45 +0900
committerGitHub <noreply@github.com>2021-07-12 11:55:45 +0000
commit5a42549d5fab771dba7b74b3816e29f490ed149c (patch)
tree057cfaf39000e6d86f2d349500a0f6232730360b /daemon
parent512f9228ecdd7078f3b26b85700f32553908c522 (diff)
Fix typo in analytics.c (#11329)
existance -> existence
Diffstat (limited to 'daemon')
-rw-r--r--daemon/analytics.c2
1 files changed, 1 insertions, 1 deletions
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)
{