提交 1cd3765e 编写于 作者: C Chen Fan 提交者: Eric Blake

cpu: fix wrong single quote mark

Signed-off-by: NChen Fan <chen.fan.fnst@cn.fujitsu.com>
上级 d56c148d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册