From 7a69486c4df7c835a1e9d64a4154f8c456c7888f Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 19 Nov 2019 13:59:06 -0600 Subject: [PATCH] lib: fix documentation typo in virDomainGetGuestInfo() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathon Jongsma Reviewed-by: Fabiano Fidêncio Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- 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