From: Ján Tomko Date: Mon, 26 Aug 2019 19:01:22 +0000 (+0200) Subject: api: fix typo in virDomainGetGuestInfo docs X-Git-Tag: v5.7.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=838593c667df84cc33ee07603fe69ffa1ec24e2d;p=thirdparty%2Flibvirt.git api: fix typo in virDomainGetGuestInfo docs s/strign/string/ Signed-off-by: Ján Tomko --- diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 704754ac15..cea4d2c11b 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -12224,7 +12224,7 @@ virDomainSetVcpu(virDomainPtr domain, * The reported data depends on the guest agent implementation. The information * is returned as an array of typed parameters containing the individual * parameters. The parameter name for each information field consists of a - * dot-separated strign containing the name of the requested group followed by + * dot-separated string containing the name of the requested group followed by * a group-specific description of the statistic value. * * The information groups are enabled using the @types parameter which is a