mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
fetch: documentation typo fix
s/initilize/initialize/ (Bitbake rev: 1497dd0d5bc0cca0de7d0ee9d314287000a0c34d) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
f7e6c5ad2b
commit
a7ad7cfb2f
@@ -149,7 +149,7 @@ saved_headrevs = {}
|
|||||||
|
|
||||||
def fetcher_init(d):
|
def fetcher_init(d):
|
||||||
"""
|
"""
|
||||||
Called to initilize the fetchers once the configuration data is known
|
Called to initialize the fetchers once the configuration data is known.
|
||||||
Calls before this must not hit the cache.
|
Calls before this must not hit the cache.
|
||||||
"""
|
"""
|
||||||
pd = persist_data.PersistData(d)
|
pd = persist_data.PersistData(d)
|
||||||
|
|||||||
Reference in New Issue
Block a user