mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00: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 (!virFileExists(name)) {
|
||||||
if (!ignoreMissing) {
|
if (!ignoreMissing) {
|
||||||
VIR_ERROR(_("Libaray '%s' doesn't exist"), name);
|
VIR_ERROR(_("Library '%s' doesn't exist"), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
VIR_FREE(name);
|
VIR_FREE(name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user