aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/__init__.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-04 14:04:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-04 21:49:02 +0800
commit1497dd0d5bc0cca0de7d0ee9d314287000a0c34d (patch)
tree1653d08a6f203ca9343c8ba1ba22bde7c203ed65 /lib/bb/fetch/__init__.py
parenta5b1c0605328660de15bb8127b6f7d798c664d32 (diff)
downloadbitbake-1497dd0d5bc0cca0de7d0ee9d314287000a0c34d.tar.gz
fetch: documentation typo fix
s/initilize/initialize/ Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'lib/bb/fetch/__init__.py')
-rw-r--r--lib/bb/fetch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py
index 085f8642d..7edd45d28 100644
--- a/lib/bb/fetch/__init__.py
+++ b/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)