]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: typo fix for qemu cpu affinity
authorEric Blake <eblake@redhat.com>
Sat, 27 Oct 2012 14:08:54 +0000 (08:08 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 27 Oct 2012 14:09:51 +0000 (08:09 -0600)
Introduced in commit 0039a32f.

* src/qemu/qemu_process.c (qemuPrepareCpumap): s/covert/convert/

src/qemu/qemu_process.c

index 318875d263b822eeb72704327f477189da85b170..3ac5282610497eb568accee82966dcaab07f9bca 100644 (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;
             }