[virt-tools-list] [virt-manager PATCH] urlfetcher: fix a comment typo

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Mon Jun 30 07:21:07 UTC 2014


s/Explictly/Explicitly

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.

 virtinst/urlfetcher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py
index 3f2744b..fba70f9 100644
--- a/virtinst/urlfetcher.py
+++ b/virtinst/urlfetcher.py
@@ -298,7 +298,7 @@ def _distroFromTreeinfo(fetcher, arch, vmtype=None):
     ob = dclass(fetcher, arch, vmtype)
     ob.treeinfo = treeinfo
 
-    # Explictly call this, so we populate variant info
+    # Explicitly call this, so we populate variant info
     ob.isValidStore()
 
     return ob
-- 
1.9.0




More information about the virt-tools-list mailing list