[libvirt] [PATCH 2/6] conf: fix a minor typo

Erik Skultety eskultet at redhat.com
Fri Feb 6 18:13:24 UTC 2015


---
 src/conf/domain_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 4251b13..a36dace 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -5213,7 +5213,7 @@ virSecurityLabelDefsParseXML(virDomainDefPtr def,
         for (j = 0; j < i; j++) {
             if (STREQ_NULLABLE(seclabel->model, def->seclabels[j]->model)) {
                 virReportError(VIR_ERR_XML_DETAIL,
-                               _("seclablel for model %s is already provided"),
+                               _("seclabel for model %s is already provided"),
                                seclabel->model);
                 virSecurityLabelDefFree(seclabel);
                 goto error;
-- 
1.9.3




More information about the libvir-list mailing list