logical: Fix typo in error message

This commit is contained in:
John Ferlan 2015-06-09 18:21:57 -04:00
parent 310c98d0c4
commit c178d38b8f

View File

@ -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;
}