diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-04 14:04:35 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:34 +0100 |
commit | a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25 (patch) | |
tree | 0f1ff8fff1999f7934f4f07beffe605ad61012c2 /bitbake/lib | |
parent | f7e6c5ad2b89ee2733dfc97b69d6f968bebac824 (diff) | |
download | openembedded-core-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.tar.gz openembedded-core-a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25.tar.bz2 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/lib')
-rw-r--r-- | bitbake/lib/bb/fetch/__init__.py | 2 |
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 = {} 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) |