summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorStefan <stefan.haubenthal@gmail.com>2023-03-30 11:25:46 +0200
committerBenBE <BenBE@geshi.org>2023-03-30 13:00:39 +0200
commitf66f04e6e0e6350ff8ea8242031ad43ce06a0a2b (patch)
tree2eeddc8366ae720c72dbf367b20ef2f8eac30765 /Process.c
parenta5c46500f39bab23b513567bd1a7af197ea707c5 (diff)
Minor typo
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c2
1 files changed, 1 insertions, 1 deletions
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);

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