[libvirt] [PATCH] lib: fix documentation typo in virDomainGetGuestInfo()

Jonathon Jongsma posted 1 patch 4 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191119195906.24281-1-jjongsma@redhat.com
src/libvirt-domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] lib: fix documentation typo in virDomainGetGuestInfo()
Posted by Jonathon Jongsma 4 years, 5 months ago
Signed-off-by: Jonathon Jongsma <jjongsma@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 02622cb2ca..2d9c4061e2 100644
--- a/src/libvirt-domain.c
+++ b/src/libvirt-domain.c
@@ -12272,7 +12272,7 @@ virDomainSetVcpu(virDomainPtr domain,
  *      "timezone.offset" - the offset to UTC in seconds as an int
  *
  * VIR_DOMAIN_GUEST_INFO_FILESYSTEM:
- *  Returns inforamtion about the filesystems within the domain.  The typed
+ *  Returns information about the filesystems within the domain.  The typed
  *  parameter keys are in this format:
  *
  *      "fs.count" - the number of filesystems defined on this domain
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] lib: fix documentation typo in virDomainGetGuestInfo()
Posted by Fabiano Fidêncio 4 years, 5 months ago
On Tue, Nov 19, 2019 at 9:00 PM Jonathon Jongsma <jjongsma@redhat.com> wrote:
>
> Signed-off-by: Jonathon Jongsma <jjongsma@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 02622cb2ca..2d9c4061e2 100644
> --- a/src/libvirt-domain.c
> +++ b/src/libvirt-domain.c
> @@ -12272,7 +12272,7 @@ virDomainSetVcpu(virDomainPtr domain,
>   *      "timezone.offset" - the offset to UTC in seconds as an int
>   *
>   * VIR_DOMAIN_GUEST_INFO_FILESYSTEM:
> - *  Returns inforamtion about the filesystems within the domain.  The typed
> + *  Returns information about the filesystems within the domain.  The typed
>   *  parameter keys are in this format:
>   *
>   *      "fs.count" - the number of filesystems defined on this domain
> --
> 2.21.0
>
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
>

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] lib: fix documentation typo in virDomainGetGuestInfo()
Posted by Ján Tomko 4 years, 5 months ago
On Wed, Nov 20, 2019 at 07:58:04AM +0100, Fabiano Fidêncio wrote:
>On Tue, Nov 19, 2019 at 9:00 PM Jonathon Jongsma <jjongsma@redhat.com> wrote:
>>
>> Signed-off-by: Jonathon Jongsma <jjongsma@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 02622cb2ca..2d9c4061e2 100644
>> --- a/src/libvirt-domain.c
>> +++ b/src/libvirt-domain.c
>> @@ -12272,7 +12272,7 @@ virDomainSetVcpu(virDomainPtr domain,
>>   *      "timezone.offset" - the offset to UTC in seconds as an int
>>   *
>>   * VIR_DOMAIN_GUEST_INFO_FILESYSTEM:
>> - *  Returns inforamtion about the filesystems within the domain.  The typed
>> + *  Returns information about the filesystems within the domain.  The typed
>>   *  parameter keys are in this format:
>>   *
>>   *      "fs.count" - the number of filesystems defined on this domain
>> --
>> 2.21.0
>>
>> --
>> libvir-list mailing list
>> libvir-list@redhat.com
>> https://www.redhat.com/mailman/listinfo/libvir-list
>>
>
>Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

and pushed

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list