[PATCH] Fix 'validate' typo in comments

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx>
---
 src/conf/domain_conf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index d06e094b11..8604ba63d4 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -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;
 
-- 
2.20.1

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux