conf: Fix typo in error message

Fix obvious typo.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
John Ferlan 2019-04-29 07:50:49 -04:00
parent e34b5938a9
commit a536088e51

View File

@ -666,7 +666,7 @@ virStoragePoolDefParseSource(xmlXPathContextPtr ctxt,
}
if (virStrToLong_uip(ver, NULL, 0, &source->protocolVer) < 0) {
virReportError(VIR_ERR_XML_ERROR,
_("storage pool protocol ver '%s' is malformaed"),
_("storage pool protocol ver '%s' is malformed"),
ver);
goto cleanup;
}