From 4b7b0c24535af6c410886dc941a72e0622e9ea47 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 5 Sep 2018 14:26:06 -0500 Subject: [PATCH] docs: Typo fix in virDomainGetJobStats Signed-off-by: Eric Blake --- 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 8ac3c3ad95..7690339521 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -8715,7 +8715,7 @@ virDomainGetJobInfo(virDomainPtr domain, virDomainJobInfoPtr info) * return statistics about a recently completed job. Specifically, this * flag may be used to query statistics of a completed incoming pre-copy * migration (statistics for post-copy migration are only available on the - * source hsot). Statistics of a completed job are automatically destroyed + * source host). Statistics of a completed job are automatically destroyed * once read or when libvirtd is restarted. Note that time information * returned for completed migrations may be completely irrelevant unless both * source and destination hosts have synchronized time (i.e., NTP daemon is