mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-20 11:48:28 -06:00
vbox: Fix typo in error message
This commit is contained in:
parent
a50f5f6faa
commit
cc79a4c52e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user