diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 59d51c4c52399c34f7d36354d9ba40037be705be..5232e0e78b10170462d439d3be3cc5f12acbc3e2 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 e1a922a26f133a4e2063db52ebc298eb26806663..420fcbcbd1e9dc075720297550f62f19e610adf2 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 a7b75fd7b386e4804710f7fc74e2b98ee741acfe..eed1992b7ac5cb2955cab0f7726b7b3a3ddb453e 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. */