From 8b8a7b4e9735cdbfbf80b4bc2bbaf927834808df Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 6 Feb 2015 19:13:24 +0100 Subject: [PATCH] conf: fix a minor typo --- 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 f0b715d113..d5b15db27c 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; -- 2.39.5