---
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
Show replies by date