Spelling corrections

This commit is contained in:
Christian Göttsche
2020-11-18 13:59:55 +01:00
parent f720868998
commit 0a2105eb22
2 changed files with 5 additions and 5 deletions

View File

@ -257,7 +257,7 @@ ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, ui
fclose(statfile);
}
// Initialze CPU count
// Initialize CPU count
{
int cpus = LinuxProcessList_computeCPUcount();
pl->cpuCount = MAXIMUM(cpus, 1);