urlfetcher: fix a comment typo
s/Explictly/Explicitly Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
658c9500a9
commit
7ce434fed7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue