From 952ee9cd779f7c730ca2747909d8ae861483c88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 24 Nov 2020 11:46:17 +0100 Subject: [PATCH] LinuxProcessList: fix misspelling --- linux/LinuxProcessList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/LinuxProcessList.c b/linux/LinuxProcessList.c index b40b77de..7ef32e83 100644 --- a/linux/LinuxProcessList.c +++ b/linux/LinuxProcessList.c @@ -1027,7 +1027,7 @@ static bool LinuxProcessList_recurseProcTree(LinuxProcessList* this, const char* LinuxProcessList_recurseProcTree(this, subdirname, proc, period, tv); /* - * These conditions will not trigger on first occurence, cause we need to + * These conditions will not trigger on first occurrence, cause we need to * add the process to the ProcessList and do all one time scans * (e.g. parsing the cmdline to detect a kernel thread) * But it will short-circuit subsequent scans.