From 5ee6875f73463bbf9f2a785165a430489337465b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 28 Nov 2020 20:53:49 +0100 Subject: Typo --- linux/LinuxProcess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3