From 1497dd0d5bc0cca0de7d0ee9d314287000a0c34d 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/ Signed-off-by: Bernhard Reutner-Fischer --- lib/bb/fetch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bb/fetch/__init__.py') 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) -- cgit 1.2.3-korg