mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
qemu_driver: fix existance vs existence typo
This commit is contained in:
parent
9c0d66bb07
commit
175710b6f2
@ -16835,7 +16835,7 @@ qemuDomainBlockCopyValidateMirror(virStorageSourcePtr mirror,
|
||||
if (virStorageFileAccess(mirror, F_OK) < 0) {
|
||||
if (errno != ENOENT) {
|
||||
virReportSystemError(errno, "%s",
|
||||
_("unable to verify existance of "
|
||||
_("unable to verify existence of "
|
||||
"block copy target"));
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user