From 8489aee593a120a7b5fcbe2737ef083f04929078 Mon Sep 17 00:00:00 2001 From: yinxiuxiu Date: Tue, 29 Oct 2024 07:39:15 +0000 Subject: [PATCH] This place is misspelled Signed-off-by: yinxiuxiu --- src/conf/domain_conf.c | 2 +- src/libvirt-domain-checkpoint.c | 2 +- src/util/virxml.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 59d51c4c52..5232e0e78b 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -5072,7 +5072,7 @@ virDomainDefAddConsoleCompat(virDomainDef *def) } /* When consoles are parsed in 'virDomainDefParseXML' the value of - * 'target.port' is overriden by the index of the console in the + * 'target.port' is overridden by the index of the console in the * 'def->consoles' array. Thus if we are modifying the list here we * must ensure that the numbering will be identical as if we've parsed * this definition */ diff --git a/src/libvirt-domain-checkpoint.c b/src/libvirt-domain-checkpoint.c index e1a922a26f..420fcbcbd1 100644 --- a/src/libvirt-domain-checkpoint.c +++ b/src/libvirt-domain-checkpoint.c @@ -512,7 +512,7 @@ virDomainCheckpointGetParent(virDomainCheckpointPtr checkpoint, * If @flags includes VIR_DOMAIN_CHECKPOINT_DELETE_CHILDREN, then any * descendant checkpoints are also deleted. If @flags includes * VIR_DOMAIN_CHECKPOINT_DELETE_CHILDREN_ONLY, then any descendant - * checkepoints are deleted, but this checkpoint remains. These two + * checkpoints are deleted, but this checkpoint remains. These two * flags are mutually exclusive. * * If @flags includes VIR_DOMAIN_CHECKPOINT_DELETE_METADATA_ONLY, then diff --git a/src/util/virxml.c b/src/util/virxml.c index a7b75fd7b3..eed1992b7a 100644 --- a/src/util/virxml.c +++ b/src/util/virxml.c @@ -1112,7 +1112,7 @@ catchXMLError(void *ctx, const char *msg G_GNUC_UNUSED, ...) * guarantees that the XML document contains a root element. * * If @rootelement is not NULL, the name of the root element of the parsed XML - * is vaidated against + * is validated against * * Returns parsed XML document. */ -- Gitee