From: Osier Yang Date: Fri, 10 Jun 2011 03:29:06 +0000 (+0800) Subject: qemu: Fix one type in the error prompt string X-Git-Tag: v0.9.3-rc1~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08a6826a14f9ef4459fabb20c529c39edab7eb56;p=thirdparty%2Flibvirt.git qemu: Fix one type in the error prompt string s/hostdevwork/hostdev/ --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index ef2d002c7d..4e6824125a 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -553,7 +553,7 @@ qemuAssignDeviceHostdevAlias(virDomainDefPtr def, virDomainHostdevDefPtr hostdev int thisidx; if ((thisidx = qemuDomainDeviceAliasIndex(&def->hostdevs[i]->info, "hostdev")) < 0) { qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s", - _("Unable to determine device index for hostdevwork device")); + _("Unable to determine device index for hostdev device")); return -1; } if (thisidx >= idx)