]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
API: virDomainLookupByID: s/UUId/UUID/
authorJán Tomko <jtomko@redhat.com>
Sun, 4 Oct 2020 22:20:22 +0000 (00:20 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 5 Oct 2020 11:02:28 +0000 (13:02 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pino Toscano <ptoscano@redhat.com>
src/libvirt-domain.c

index 2768c6d7c23c2ae2ad73c196982a11c54e7181e2..3c5f55176a3eafac87c57034dba57b4c220bc3e6 100644 (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.