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

logical: Fix typo in error message

上级 310c98d0
...@@ -862,7 +862,8 @@ virStorageBackendLogicalVolWipe(virConnectPtr conn, ...@@ -862,7 +862,8 @@ virStorageBackendLogicalVolWipe(virConnectPtr conn,
* unsupported. * unsupported.
*/ */
virReportError(VIR_ERR_NO_SUPPORT, virReportError(VIR_ERR_NO_SUPPORT,
_("logical volue '%s' is sparse, volume wipe not supported"), _("logical volume '%s' is sparse, volume wipe "
"not supported"),
vol->target.path); vol->target.path);
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册