Fix misc typos

[ci skip]
This commit is contained in:
Christian Göttsche
2021-08-08 15:10:34 +02:00
parent 97a859c5bd
commit 10e9ffd8e5
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ static void SolarisProcessList_updateCPUcount(ProcessList* super) {
s = sysconf(_SC_NPROCESSORS_CONF);
if (s < 1)
CRT_fatalError("Cannot get exisitng CPU count by sysconf(_SC_NPROCESSORS_CONF)");
CRT_fatalError("Cannot get existing CPU count by sysconf(_SC_NPROCESSORS_CONF)");
if (s != super->existingCPUs) {
if (s == 1) {