mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
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…
x
Reference in New Issue
Block a user