mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
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:
parent
e34b5938a9
commit
a536088e51
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user