summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-28 20:53:49 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-11-28 20:53:49 +0100
commit5ee6875f73463bbf9f2a785165a430489337465b (patch)
tree8e8ac07d0cbc79ac933246648c00c8f7dfa5c51e
parenta7cf6c67d6c5e3f35e4c47ae2683726bcc2df835 (diff)
Typo
-rw-r--r--linux/LinuxProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcess.c b/linux/LinuxProcess.c
index 7d4657ae..e7070dca 100644
--- a/linux/LinuxProcess.c
+++ b/linux/LinuxProcess.c
@@ -358,7 +358,7 @@ void LinuxProcess_makeCommandStr(Process* this) {
/* Check for any changed fields since we last built this string */
if (mc->cmdlineChanged || mc->commChanged || mc->exeChanged) {
free(mc->str);
- /* Accomodate the column text, two field separators and terminating NUL */
+ /* Accommodate the column text, two field separators and terminating NUL */
mc->str = xCalloc(1, mc->maxLen + 2*SEPARATOR_LEN + 1);
}

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