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

Matthias Bolte matthias.bolte at googlemail.com
Sat Jun 4 20:51:39 UTC 2011


---

I'm pushing this under the trivial rule.

 src/vbox/vbox_XPCOMCGlue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/vbox/vbox_XPCOMCGlue.c b/src/vbox/vbox_XPCOMCGlue.c
index 0caeef9..e7e9c37 100644
--- a/src/vbox/vbox_XPCOMCGlue.c
+++ b/src/vbox/vbox_XPCOMCGlue.c
@@ -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);
-- 
1.7.0.4




More information about the libvir-list mailing list