summaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-08-03 17:02:43 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-08-03 17:02:43 +0200
commit0cc632761e75f66a8ce5ca2fe370f7551ccbfdf0 (patch)
treebdce2a75e2319d06d447e5950d228afe97a51c2c /lib/bb/utils.py
parent9fe82429168e0f5c3f4778275d910984ba1c7752 (diff)
downloadbitbake-0cc632761e75f66a8ce5ca2fe370f7551ccbfdf0.tar.gz
*: Fix typo in documentation
s/dictonary/dictionary/ Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'lib/bb/utils.py')
-rw-r--r--lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/utils.py b/lib/bb/utils.py
index 665ffff45..db9905870 100644
--- a/lib/bb/utils.py
+++ b/lib/bb/utils.py
@@ -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()