From: Andre McCurdy Date: Thu, 16 Apr 2015 23:03:50 +0000 (-0700) Subject: toastergui: minor spelling fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb95090c4b35b3fa54b25110ed6be4ef0d18e15;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toastergui: minor spelling fixes RRECOMENDS -> RRECOMMENDS TRECOMENDS -> TRECOMMENDS Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py index be59c836513..06c7dd5f0a9 100755 --- a/lib/toaster/toastergui/views.py +++ b/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. """