On (31/05/10 18:06), Bernhard Reutner-Fischer wrote: > s/initilize/initialize/ > > Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
Acked-by: Khem Raj <[email protected]> > --- > lib/bb/fetch/__init__.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py > index 085f864..7edd45d 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) > -- > 1.7.1 > > _______________________________________________ > Bitbake-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/bitbake-dev _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
