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

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Fri Jun 27 02:08:58 UTC 2014


s/detction/detection

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

 virtManager/create.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/create.py b/virtManager/create.py
index 3b7d778..a04b8ac 100644
--- a/virtManager/create.py
+++ b/virtManager/create.py
@@ -1451,7 +1451,7 @@ class vmmCreate(vmmGObjectUI):
 
     def validate_name_page(self):
         # We just set this here because it's needed soon after for distro
-        # detction. But the 'real' self.guest is created in validate_install,
+        # detection. But the 'real' self.guest is created in validate_install,
         # and it just uses build_guest, so don't ever add any other guest
         # altering here.
         self.guest = self.build_guest(None)
-- 
1.9.0




More information about the virt-tools-list mailing list