From 65dd2ac92dcf3acf0f768996971aa7e53edc3fc7 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 11 May 2018 15:31:21 -0500 Subject: [PATCH] maint: typo fix in VIR_MIGRATE_PARAM_URI s/filed/field/ Signed-off-by: Eric Blake --- include/libvirt/libvirt-domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h index 12fd34037e..d7cbd18796 100644 --- a/include/libvirt/libvirt-domain.h +++ b/include/libvirt/libvirt-domain.h @@ -837,7 +837,7 @@ typedef enum { * the destination host has multiple interfaces and a specific interface is * required to transmit migration data. * - * This filed may not be used when VIR_MIGRATE_TUNNELLED flag is set. + * This field may not be used when VIR_MIGRATE_TUNNELLED flag is set. */ # define VIR_MIGRATE_PARAM_URI "migrate_uri"