From 20ff9db92165e6d16897671d2b1d370661962712 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 17 Apr 2012 08:19:05 -0700 Subject: lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available (Bitbake rev: 1a39698ab8498410d159c665c015f9297f153797) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index 6ecc7965d0..6bc9c168af 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/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', -- cgit v1.2.3-54-g00ecf