From 08a6826a14f9ef4459fabb20c529c39edab7eb56 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Fri, 10 Jun 2011 11:29:06 +0800 Subject: [PATCH] qemu: Fix one type in the error prompt string s/hostdevwork/hostdev/ --- src/qemu/qemu_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3