]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
logical: Fix typo in error message
authorJohn Ferlan <jferlan@redhat.com>
Tue, 9 Jun 2015 22:21:57 +0000 (18:21 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 9 Jun 2015 22:21:57 +0000 (18:21 -0400)
src/storage/storage_backend_logical.c

index 9c77b4c1a3103b8501179dd2378ff9b7e7ba0fac..070f2bd9f3c6f148ff0103ba65d6287d674fe916 100644 (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;
 }