From bca174a63f63b8998d6a07d856f03b9064692a23 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Sat, 15 Mar 2014 14:48:49 +0000 Subject: bitbake: toaster: Fix help text typos Fix a couple of typos in the help text of the builds and recipes tables. (Bitbake rev: fd7c7b064f14d15131322610e552483ce670614d) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/views.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 3e59138ae3..92814cef15 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py @@ -317,7 +317,7 @@ def builds(request): } }, {'name': 'Warnings', 'clclass': 'warnings_no', - 'qhelp': "How many warnigns were encountered during the build (if any)", + 'qhelp': "How many warnings were encountered during the build (if any)", 'orderfield': _get_toggle_order(request, "warnings_no", True), 'ordericon':_get_toggle_order_icon(request, "warnings_no"), 'filter' : {'class' : 'warnings_no', @@ -942,26 +942,26 @@ def recipes(request, build_id): }, { 'name':'Layer', - 'qhelp':'The name of the layer prodiving the recipe', + 'qhelp':'The name of the layer providing the recipe', 'orderfield': _get_toggle_order(request, "layer_version__layer__name"), 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__name"), 'clclass': 'layer_version__layer__name', 'hidden': 0, }, { 'name':'Layer branch', - 'qhelp':'The Git branch of the layer prodiving the recipe', + 'qhelp':'The Git branch of the layer providing the recipe', 'orderfield': _get_toggle_order(request, "layer_version__branch"), 'ordericon':_get_toggle_order_icon(request, "layer_version__branch"), 'clclass': 'layer_version__branch', 'hidden': 1, }, { 'name':'Layer commit', - 'qhelp':'The Git commit of the layer prodiving the recipe', + 'qhelp':'The Git commit of the layer providing the recipe', 'clclass': 'layer_version__layer__commit', 'hidden': 1, }, { 'name':'Layer directory', - 'qhelp':'Location in disk of the layer prodiving the recipe', + 'qhelp':'Location in disk of the layer providing the recipe', 'orderfield': _get_toggle_order(request, "layer_version__layer__local_path"), 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__local_path"), 'clclass': 'layer_version__layer__local_path', 'hidden': 1, -- cgit v1.2.3-54-g00ecf