提交 a536088e 编写于 作者: J John Ferlan

conf: Fix typo in error message

Fix obvious typo.
Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
ACKed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 e34b5938
...@@ -666,7 +666,7 @@ virStoragePoolDefParseSource(xmlXPathContextPtr ctxt, ...@@ -666,7 +666,7 @@ virStoragePoolDefParseSource(xmlXPathContextPtr ctxt,
} }
if (virStrToLong_uip(ver, NULL, 0, &source->protocolVer) < 0) { if (virStrToLong_uip(ver, NULL, 0, &source->protocolVer) < 0) {
virReportError(VIR_ERR_XML_ERROR, virReportError(VIR_ERR_XML_ERROR,
_("storage pool protocol ver '%s' is malformaed"), _("storage pool protocol ver '%s' is malformed"),
ver); ver);
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册