[libvirt] [PATCH] logical: Fix typo in error message

John Ferlan jferlan at redhat.com
Tue Jun 9 22:27:21 UTC 2015


Signed-off-by: John Ferlan <jferlan at 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




More information about the libvir-list mailing list