mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
cpu: fix wrong single quote mark
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
This commit is contained in:
parent
d56c148dc6
commit
1cd3765ead
@ -413,7 +413,7 @@ virCPUDefParseXML(xmlNodePtr node,
|
||||
for (j = 0; j < i; j++) {
|
||||
if (STREQ(name, def->features[j].name)) {
|
||||
virReportError(VIR_ERR_XML_ERROR,
|
||||
_("CPU feature `%s' specified more than once"),
|
||||
_("CPU feature '%s' specified more than once"),
|
||||
name);
|
||||
VIR_FREE(name);
|
||||
goto error;
|
||||
@ -731,7 +731,7 @@ virCPUDefUpdateFeatureInternal(virCPUDefPtr def,
|
||||
}
|
||||
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
_("CPU feature `%s' specified more than once"),
|
||||
_("CPU feature '%s' specified more than once"),
|
||||
name);
|
||||
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user