]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toastergui: minor spelling fixes
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 16 Apr 2015 23:03:50 +0000 (16:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Apr 2015 10:36:04 +0000 (11:36 +0100)
  RRECOMENDS -> RRECOMMENDS
  TRECOMENDS -> TRECOMMENDS

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/views.py

index be59c836513abac3ee0922dd36d02ce402336591..06c7dd5f0a9114bb07749177443fac9c762afc7b 100755 (executable)
@@ -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.
 """