[bitbake-devel] [PATCH 4/4] lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available

Joshua Lock josh at linux.intel.com
Tue Apr 17 15:24:45 UTC 2012


This fixes the typo raised in YOCTO #2229

https://bugzilla.yoctoproject.org/show_bug.cgi?id=2229

It would be great to merge this before any releases are tagged as this 
typo is visible in a tooltip.

Cheers,
Joshua

On 17/04/12 08:19, Joshua Lock wrote:
> Signed-off-by: Joshua Lock<josh at linux.intel.com>
> ---
>   lib/bb/ui/crumbs/recipeselectionpage.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/bb/ui/crumbs/recipeselectionpage.py b/lib/bb/ui/crumbs/recipeselectionpage.py
> index fff8a88..7336da9 100755
> --- a/lib/bb/ui/crumbs/recipeselectionpage.py
> +++ b/lib/bb/ui/crumbs/recipeselectionpage.py
> @@ -99,7 +99,7 @@ class RecipeSelectionPage (HobPage):
>                         }]
>           }, {
>            'name'    : 'Tasks',
> -         'tooltip' : 'All tasks availabel in the Yocto Project',
> +         'tooltip' : 'All tasks available in the Yocto Project',
>            'filter'  : { RecipeListModel.COL_TYPE : ['task'] },
>            'columns' : [{
>                          'col_name' : 'Task name',

-- 
Joshua Lock
         Yocto Project
         Intel Open Source Technology Centre




More information about the bitbake-devel mailing list