From: Bernhard Reutner-Fischer Date: Fri, 4 Jun 2010 12:04:35 +0000 (+0200) Subject: fetch: documentation typo fix X-Git-Tag: 2011-1~5499 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a7ad7cfb2ffd183dcd5d11fb6a29a759b6417c25;p=openembedded-core.git fetch: documentation typo fix s/initilize/initialize/ (Bitbake rev: 1497dd0d5bc0cca0de7d0ee9d314287000a0c34d) Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Richard Purdie --- 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)