Fix typos in an error message

Fix two minor typos in a SC_ERR_INVALID_ARGUMENT error message.
pull/1954/head
JonZeolla 9 years ago committed by Victor Julien
parent e4443fac53
commit b5972eeea2

@ -311,7 +311,7 @@ int AffinityGetNextCPU(ThreadsAffinityType *taf)
}
}
if (iter == 2) {
SCLogError(SC_ERR_INVALID_ARGUMENT, "cpu_set does not contains available cpus, cpu afinity conf is invalid");
SCLogError(SC_ERR_INVALID_ARGUMENT, "cpu_set does not contain available cpus, cpu affinity conf is invalid");
}
taf->lcpu = ncpu + 1;
if (taf->lcpu >= UtilCpuGetNumProcessorsOnline())

Loading…
Cancel
Save