aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-04-17 08:19:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 16:41:48 +0100
commit20ff9db92165e6d16897671d2b1d370661962712 (patch)
tree2c04a52af1f3685950d6a529aed3c1ef68e0c776 /bitbake
parent720fe9e371eef16da19df0885188aa0341ad2090 (diff)
downloadopenembedded-core-contrib-20ff9db92165e6d16897671d2b1d370661962712.tar.gz
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>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/recipeselectionpage.py2
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',