]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available
authorJoshua Lock <josh@linux.intel.com>
Tue, 17 Apr 2012 15:19:05 +0000 (08:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Apr 2012 15:41:30 +0000 (16:41 +0100)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/recipeselectionpage.py

index 6ecc7965d02f5ec009204b2e9b75325036e3da66..6bc9c168afa417a93cd2910867c030544c60d6e0 100755 (executable)
@@ -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',