mirror of https://gitee.com/openkylin/libvirt.git
maint: typo fix in VIR_MIGRATE_PARAM_URI
s/filed/field/ Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
8ccee910f5
commit
65dd2ac92d
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue