cpu: remove repeated word in error message

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2014-09-22 16:41:42 +01:00
parent 75d6f42f42
commit d56c148dc6

View File

@ -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;
}