create: fix a comment typo

s/detction/detection

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-06-27 10:06:24 +08:00
parent f109b1ed6f
commit 240111f091
1 changed files with 1 additions and 1 deletions

View File

@ -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)