summaryrefslogtreecommitdiff
path: root/bitbake
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
parentf7e6c5ad2b89ee2733dfc97b69d6f968bebac824 (diff)
downloadopenembedded-core-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.tar.gz
openembedded-core-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.tar.bz2
openembedded-core-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.tar.xz
openembedded-core-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.zip
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')
-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 ef33e6da4..1640ff84f 100644
--- a/bitbake/lib/bb/fetch/__init__.py
+++ b/bitbake/lib/bb/fetch/__init__.py
@@ -149,7 +149,7 @@ saved_headrevs = {}
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.
"""
pd = persist_data.PersistData(d)