summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-04 14:04:35 +0200
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-02 15:41:34 +0100
commita7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25 (patch)
tree0f1ff8fff1999f7934f4f07beffe605ad61012c2 /bitbake/lib
parentf7e6c5ad2b89ee2733dfc97b69d6f968bebac824 (diff)
downloadpoky-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.tar.gz
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>
Diffstat (limited to 'bitbake/lib')
-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)