From a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 4 Jun 2010 14:04:35 +0200 Subject: fetch: documentation typo fix s/initilize/initialize/ (Bitbake rev: 1497dd0d5bc0cca0de7d0ee9d314287000a0c34d) Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') 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) -- cgit v1.2.3