]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu: remove repeated word in error message
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Sep 2014 15:41:42 +0000 (16:41 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Sep 2014 15:41:42 +0000 (16:41 +0100)
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/conf/cpu_conf.c

index e190641e80222e09e2885af742ab79315fa4986b..6c454ee2232ee05e013d587108a3311e6d810481 100644 (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;
             }