mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-24 09:49:59 +03:00
vbox: Fix typo in error message
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user