API: virDomainLookupByID: s/UUId/UUID/

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Ján Tomko 2020-10-05 00:20:22 +02:00
parent 704c6c1a39
commit 324ce49d2c

View File

@ -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.