mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
conf: Fix typo enconding -> encoding
Introduced-by: e0fae78ad550 Spotted-by: Lintian Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
e8c2c8bd07
commit
5aefd1362f
@ -420,7 +420,7 @@ virDomainAuditHostdev(virDomainObjPtr vm, virDomainHostdevDefPtr hostdev,
|
||||
break;
|
||||
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_MDEV:
|
||||
if (VIR_STRDUP_QUIET(address, mdevsrc->uuidstr) < 0) {
|
||||
VIR_WARN("OOM while enconding audit message");
|
||||
VIR_WARN("OOM while encoding audit message");
|
||||
goto cleanup;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user