mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
maint: fix typo in qemu error message
Introduced in commit d47eff88
.
* src/qemu/qemu_driver.c (qemuDomainSetVcpusFlags): Fix spelling.
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
0be94418a8
commit
5598f81fe6
@ -4133,7 +4133,7 @@ qemuDomainSetVcpusFlags(virDomainPtr dom, unsigned int nvcpus,
|
||||
if (flags & VIR_DOMAIN_VCPU_GUEST) {
|
||||
if (flags & VIR_DOMAIN_AFFECT_CONFIG) {
|
||||
virReportError(VIR_ERR_OPERATION_UNSUPPORTED, "%s",
|
||||
_("chainging of maximum vCPU count isn't supported "
|
||||
_("changing of maximum vCPU count isn't supported "
|
||||
"via guest agent"));
|
||||
goto endjob;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user