diff options
author | 2012-04-17 08:19:05 -0700 | |
---|---|---|
committer | 2012-04-17 16:41:48 +0100 | |
commit | 20ff9db92165e6d16897671d2b1d370661962712 (patch) | |
tree | 2c04a52af1f3685950d6a529aed3c1ef68e0c776 | |
parent | 720fe9e371eef16da19df0885188aa0341ad2090 (diff) | |
download | poky-20ff9db92165e6d16897671d2b1d370661962712.tar.gz poky-20ff9db92165e6d16897671d2b1d370661962712.tar.bz2 poky-20ff9db92165e6d16897671d2b1d370661962712.zip |
lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available
(Bitbake rev: 1a39698ab8498410d159c665c015f9297f153797)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |