summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-24 11:46:17 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-11-24 11:46:17 +0100
commit952ee9cd779f7c730ca2747909d8ae861483c88c (patch)
tree36fca7147f9efd9e43e347be0091abcdce6b06d6
parent72df9302415460908bc9018a07b68f7198e564ce (diff)
LinuxProcessList: fix misspelling
-rw-r--r--linux/LinuxProcessList.c2
1 files changed, 1 insertions, 1 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy