mirror of https://gitee.com/openkylin/libvirt.git
logical: Fix typo in error message
This commit is contained in:
parent
310c98d0c4
commit
c178d38b8f
|
@ -862,7 +862,8 @@ virStorageBackendLogicalVolWipe(virConnectPtr conn,
|
|||
* unsupported.
|
||||
*/
|
||||
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);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue