From: Ján Tomko Date: Sun, 4 Oct 2020 22:20:22 +0000 (+0200) Subject: API: virDomainLookupByID: s/UUId/UUID/ X-Git-Tag: v6.9.0-rc1~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324ce49d2c73136e5d9ae00c2fbdc00e1893898a;p=thirdparty%2Flibvirt.git API: virDomainLookupByID: s/UUId/UUID/ Signed-off-by: Ján Tomko Reviewed-by: Pino Toscano --- diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 2768c6d7c2..3c5f55176a 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -284,7 +284,7 @@ virDomainCreateLinux(virConnectPtr conn, const char *xmlDesc, * * Try to find a domain based on the hypervisor ID number * Note that this won't work for inactive domains which have an ID of -1, - * in that case a lookup based on the Name or UUId need to be done instead. + * in that case a lookup based on the Name or UUID need to be done instead. * * virDomainFree should be used to free the resources after the * domain object is no longer needed.