urlfetcher: fix a comment typo

s/Explictly/Explicitly

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-06-30 10:58:53 +08:00
parent 658c9500a9
commit 7ce434fed7
1 changed files with 1 additions and 1 deletions

View File

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