[libvirt] [libvirt-glib] Fix small typo in error message ('downlaod')

Christophe Fergeau cfergeau at redhat.com
Thu Aug 9 13:12:34 UTC 2012


---
Pushed under the trivial rule.


 libvirt-gobject/libvirt-gobject-storage-vol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt-gobject/libvirt-gobject-storage-vol.c b/libvirt-gobject/libvirt-gobject-storage-vol.c
index 99ccbab..9256445 100644
--- a/libvirt-gobject/libvirt-gobject-storage-vol.c
+++ b/libvirt-gobject/libvirt-gobject-storage-vol.c
@@ -384,7 +384,7 @@ gboolean gvir_storage_vol_download(GVirStorageVol *vol,
         gvir_set_error_literal(err,
                                GVIR_STORAGE_VOL_ERROR,
                                0,
-                               "Unable to downlaod volume storage");
+                               "Unable to download volume storage");
 
         goto cleanup;
     }
-- 
1.7.11.2




More information about the libvir-list mailing list