summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-03-15 14:48:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 21:32:17 +0000
commitbca174a63f63b8998d6a07d856f03b9064692a23 (patch)
tree8459a6bd25a86057bf521d57f47ec29dc1138f0d /bitbake
parentb7219721c482ec3e7ba5ecd136fe3f65193ce788 (diff)
downloadpoky-bca174a63f63b8998d6a07d856f03b9064692a23.tar.gz
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 <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/views.py10
1 files 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):
317 } 317 }
318 }, 318 },
319 {'name': 'Warnings', 'clclass': 'warnings_no', 319 {'name': 'Warnings', 'clclass': 'warnings_no',
320 'qhelp': "How many warnigns were encountered during the build (if any)", 320 'qhelp': "How many warnings were encountered during the build (if any)",
321 'orderfield': _get_toggle_order(request, "warnings_no", True), 321 'orderfield': _get_toggle_order(request, "warnings_no", True),
322 'ordericon':_get_toggle_order_icon(request, "warnings_no"), 322 'ordericon':_get_toggle_order_icon(request, "warnings_no"),
323 'filter' : {'class' : 'warnings_no', 323 'filter' : {'class' : 'warnings_no',
@@ -942,26 +942,26 @@ def recipes(request, build_id):
942 }, 942 },
943 { 943 {
944 'name':'Layer', 944 'name':'Layer',
945 'qhelp':'The name of the layer prodiving the recipe', 945 'qhelp':'The name of the layer providing the recipe',
946 'orderfield': _get_toggle_order(request, "layer_version__layer__name"), 946 'orderfield': _get_toggle_order(request, "layer_version__layer__name"),
947 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__name"), 947 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__name"),
948 'clclass': 'layer_version__layer__name', 'hidden': 0, 948 'clclass': 'layer_version__layer__name', 'hidden': 0,
949 }, 949 },
950 { 950 {
951 'name':'Layer branch', 951 'name':'Layer branch',
952 'qhelp':'The Git branch of the layer prodiving the recipe', 952 'qhelp':'The Git branch of the layer providing the recipe',
953 'orderfield': _get_toggle_order(request, "layer_version__branch"), 953 'orderfield': _get_toggle_order(request, "layer_version__branch"),
954 'ordericon':_get_toggle_order_icon(request, "layer_version__branch"), 954 'ordericon':_get_toggle_order_icon(request, "layer_version__branch"),
955 'clclass': 'layer_version__branch', 'hidden': 1, 955 'clclass': 'layer_version__branch', 'hidden': 1,
956 }, 956 },
957 { 957 {
958 'name':'Layer commit', 958 'name':'Layer commit',
959 'qhelp':'The Git commit of the layer prodiving the recipe', 959 'qhelp':'The Git commit of the layer providing the recipe',
960 'clclass': 'layer_version__layer__commit', 'hidden': 1, 960 'clclass': 'layer_version__layer__commit', 'hidden': 1,
961 }, 961 },
962 { 962 {
963 'name':'Layer directory', 963 'name':'Layer directory',
964 'qhelp':'Location in disk of the layer prodiving the recipe', 964 'qhelp':'Location in disk of the layer providing the recipe',
965 'orderfield': _get_toggle_order(request, "layer_version__layer__local_path"), 965 'orderfield': _get_toggle_order(request, "layer_version__layer__local_path"),
966 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__local_path"), 966 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__local_path"),
967 'clclass': 'layer_version__layer__local_path', 'hidden': 1, 967 'clclass': 'layer_version__layer__local_path', 'hidden': 1,