vbox: Fix typo in error message

This commit is contained in:
Matthias Bolte 2011-06-04 22:40:57 +02:00
parent a50f5f6faa
commit cc79a4c52e

View 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);