summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py
index ef33e6da41..1640ff84f0 100644
--- a/bitbake/lib/bb/fetch/__init__.py
+++ b/bitbake/lib/bb/fetch/__init__.py
@@ -149,7 +149,7 @@ saved_headrevs = {}
149 149
150def fetcher_init(d): 150def fetcher_init(d):
151 """ 151 """
152 Called to initilize the fetchers once the configuration data is known 152 Called to initialize the fetchers once the configuration data is known.
153 Calls before this must not hit the cache. 153 Calls before this must not hit the cache.
154 """ 154 """
155 pd = persist_data.PersistData(d) 155 pd = persist_data.PersistData(d)