Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
Pushing under the trivial rule
src/storage/storage_backend_logical.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/storage/storage_backend_logical.c
b/src/storage/storage_backend_logical.c
index 9c77b4c..070f2bd 100644
--- a/src/storage/storage_backend_logical.c
+++ b/src/storage/storage_backend_logical.c
@@ -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;
}
--
2.1.0