diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c index e190641e80..6c454ee223 100644 --- a/src/conf/cpu_conf.c +++ b/src/conf/cpu_conf.c @@ -203,7 +203,7 @@ virCPUDefParseXML(xmlNodePtr node, if (virXPathBoolean("boolean(./arch)", ctxt)) { if (virXPathBoolean("boolean(./@match)", ctxt)) { virReportError(VIR_ERR_XML_ERROR, "%s", - _("'arch' element element cannot be used inside 'cpu'" + _("'arch' element cannot be used inside 'cpu'" " element with 'match' attribute'")); goto error; }