From: Daniel P. Berrange Date: Mon, 22 Sep 2014 15:41:42 +0000 (+0100) Subject: cpu: remove repeated word in error message X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d56c148dc6dd1c11898dea56cb4aa249bc7c2577;p=libvirt.git cpu: remove repeated word in error message Signed-off-by: Daniel P. Berrange --- 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; }