mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
Fix 'validate' typo in comments
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
fcf1b2c70f
commit
828ce3f1f5
@ -21375,7 +21375,7 @@ virDomainObjParseXML(xmlDocPtr xml,
|
||||
if (virDomainDefPostParse(obj->def, caps, flags, xmlopt, parseOpaque) < 0)
|
||||
goto error;
|
||||
|
||||
/* valdiate configuration */
|
||||
/* validate configuration */
|
||||
if (virDomainDefValidate(obj->def, caps, flags, xmlopt) < 0)
|
||||
goto error;
|
||||
|
||||
@ -21465,7 +21465,7 @@ virDomainDefParseNode(xmlDocPtr xml,
|
||||
if (virDomainDefPostParse(def, caps, flags, xmlopt, parseOpaque) < 0)
|
||||
goto cleanup;
|
||||
|
||||
/* valdiate configuration */
|
||||
/* validate configuration */
|
||||
if (virDomainDefValidate(def, caps, flags, xmlopt) < 0)
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user