]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
vbox: Fix typo in error message
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 4 Jun 2011 20:40:57 +0000 (22:40 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 4 Jun 2011 20:41:49 +0000 (22:41 +0200)
src/vbox/vbox_XPCOMCGlue.c

index 0caeef9f8e9739847f20ee97c64be0f62be0447a..e7e9c37a2187ade4f84e6b571578ee230660a7c9 100644 (file)
@@ -97,7 +97,7 @@ tryLoadOne(const char *dir, bool setAppHome, bool ignoreMissing,
 
         if (!virFileExists(name)) {
             if (!ignoreMissing) {
-                VIR_ERROR(_("Libaray '%s' doesn't exist"), name);
+                VIR_ERROR(_("Library '%s' doesn't exist"), name);
             }
 
             VIR_FREE(name);