[libvirt PATCH] API: virDomainLookupByID: s/UUId/UUID/

Ján Tomko posted 1 patch 3 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/3777ebe21c3f29b42f6cbb6bfab68aa64d0eaa1d.1601850350.git.jtomko@redhat.com
src/libvirt-domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] API: virDomainLookupByID: s/UUId/UUID/
Posted by Ján Tomko 3 years, 6 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 src/libvirt-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
index 415482a526..a7266ccd88 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.
-- 
2.26.2

Re: [libvirt PATCH] API: virDomainLookupByID: s/UUId/UUID/
Posted by Pino Toscano 3 years, 6 months ago
On Monday, 5 October 2020 00:25:53 CEST Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  src/libvirt-domain.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
> index 415482a526..a7266ccd88 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.

Reviewed-by: Pino Toscano <ptoscano@redhat.com>

-- 
Pino Toscano