1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

*: Fix typo in documentation

s/dictonary/dictionary/

(Bitbake rev: 0cc632761e75f66a8ce5ca2fe370f7551ccbfdf0)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Bernhard Reutner-Fischer
2010-08-03 17:02:43 +02:00
committed by Richard Purdie
parent 9383074deb
commit 8105d4381f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ def explode_dep_versions(s):
"""
Take an RDEPENDS style string of format:
"DEPEND1 (optional version) DEPEND2 (optional version) ..."
and return a dictonary of dependencies and versions.
and return a dictionary of dependencies and versions.
"""
r = {}
l = s.split()