From f66f04e6e0e6350ff8ea8242031ad43ce06a0a2b Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 30 Mar 2023 11:25:46 +0200 Subject: Minor typo --- Process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.c') diff --git a/Process.c b/Process.c index 5a179b42..c92d01b9 100644 --- a/Process.c +++ b/Process.c @@ -434,7 +434,7 @@ void Process_makeCommandStr(Process* this) { mc->lastUpdate = settingsStamp; - /* The field separtor "│" has been chosen such that it will not match any + /* The field separator "│" has been chosen such that it will not match any * valid string used for searching or filtering */ const char* SEPARATOR = CRT_treeStr[TREE_STR_VERT]; const int SEPARATOR_LEN = strlen(SEPARATOR); -- cgit v1.2.3