From nobody Sat May 4 00:37:54 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1566847486; cv=none; d=zoho.com; s=zohoarc; b=WjrufDDw4aBsAAvaqPYyECOv2mx5T1/oaIN7u/oLb3awiCknlpUpDYL+KaSKUhYv/kpY54f6j1eK8J3eBjoIqE27wI/4zJpdwxsynjLZxJmGhGevA8mtPhyxx//no5u6Qn3N0qjL/Zqik2ubXSlHE1yrCuSO8ZeaK2vkCiox/d8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566847486; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=ZcXZoc+4fBPCb2AeBGveW6BKOYVsy27RIY4rgzgcwR8=; b=HGrQWs8gctnLg2QnuSnwZH5j3rjLj5P/nDwaFv/S4HIisU/uMEMbFI1rXht4MMq3GfHH8otQdso2q7j5v2nkCLps89O4rdtXlL244Oc8lLz85V2oM4nTEFwSNCfsmrqrB1X5MySokDmZNFpdrEvPwZh8B8dOvYA0HFJ518e59Uo= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1566847486231602.2096584894134; Mon, 26 Aug 2019 12:24:46 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7F8F130833A3; Mon, 26 Aug 2019 19:24:42 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A4897600C8; Mon, 26 Aug 2019 19:24:41 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 4E42224BFC; Mon, 26 Aug 2019 19:24:39 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x7QJOcp4018008 for ; Mon, 26 Aug 2019 15:24:38 -0400 Received: by smtp.corp.redhat.com (Postfix) id 2E06E36FB; Mon, 26 Aug 2019 19:24:38 +0000 (UTC) Received: from lpt.redhat.com (ovpn-200-19.brq.redhat.com [10.40.200.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5C3325D9C3 for ; Mon, 26 Aug 2019 19:24:34 +0000 (UTC) From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: libvir-list@redhat.com Date: Mon, 26 Aug 2019 21:25:17 +0200 Message-Id: <838593c667df84cc33ee07603fe69ffa1ec24e2d.1566847508.git.jtomko@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] api: fix typo in virDomainGetGuestInfo docs X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Mon, 26 Aug 2019 19:24:43 +0000 (UTC) s/strign/string/ Signed-off-by: J=C3=A1n Tomko --- Pushed as trivial. 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 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 inform= ation * 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 followe= d by + * dot-separated string containing the name of the requested group followe= d by * a group-specific description of the statistic value. * * The information groups are enabled using the @types parameter which is a --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list