build: typo fix for qemu cpu affinity

Introduced in commit 0039a32f.

* src/qemu/qemu_process.c (qemuPrepareCpumap): s/covert/convert/
This commit is contained in:
Eric Blake 2012-10-27 08:08:54 -06:00
parent 5a3501be9e
commit dd0a7040f7

View File

@ -1926,7 +1926,7 @@ qemuPrepareCpumap(struct qemud_driver *driver,
bool result;
if (virBitmapGetBit(nodemask, i, &result) < 0) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("Failed to covert nodeset to cpuset"));
_("Failed to convert nodeset to cpuset"));
virBitmapFree(cpumap);
return NULL;
}