From: Joshua Lock Date: Tue, 17 Apr 2012 15:19:05 +0000 (-0700) Subject: lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a39698ab8498410d159c665c015f9297f153797;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- diff --git a/lib/bb/ui/crumbs/recipeselectionpage.py b/lib/bb/ui/crumbs/recipeselectionpage.py index 6ecc7965d02..6bc9c168afa 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',