aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-04-16 16:03:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 11:52:17 +0100
commit3c0664b687511b5cd88a78ccfc7881adf5227e8f (patch)
treee7c87f26630ffbc6cae91eba4663a982f30a4762 /bitbake/lib
parent02881a8d0b9995f4f3c9904c06ae4b7882958591 (diff)
downloadopenembedded-core-contrib-3c0664b687511b5cd88a78ccfc7881adf5227e8f.tar.gz
bitbake: toastergui: minor spelling fixes
RRECOMENDS -> RRECOMMENDS TRECOMENDS -> TRECOMMENDS (Bitbake rev: 8cb95090c4b35b3fa54b25110ed6be4ef0d18e15) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index be59c83651..06c7dd5f0a 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1554,7 +1554,7 @@ dependencies. The return value is a dictionary consisting of two other
lists: a list of 'runtime' dependencies, that is, having RDEPENDS
values in source package's recipe, and a list of other dependencies, that is
the list of possible recipe variables as found in OTHER_DEPENDS_BASE plus
-the RRECOMENDS or TRECOMENDS value.
+the RRECOMMENDS or TRECOMMENDS value.
The lists are built in the sort order specified for the package runtime
dependency views.
"""