aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-08 18:49:48 +0100
committerChris Larson <clarson@kergoth.com>2010-02-10 14:11:23 -0700
commitf633be9c458747f76e77ce3b49e39105345eb684 (patch)
treeeb917b14f975d476130e590afb0daf1281f1f10d /lib/bb/providers.py
parent37a474a73cf2a05b8b4d7ae7c8174dae5887a2d0 (diff)
downloadbitbake-f633be9c458747f76e77ce3b49e39105345eb684.tar.gz
providers.py: commentary typo fix
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'lib/bb/providers.py')
-rw-r--r--lib/bb/providers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/providers.py b/lib/bb/providers.py
index 8617251ca..f85fa6f2c 100644
--- a/lib/bb/providers.py
+++ b/lib/bb/providers.py
@@ -202,7 +202,7 @@ def _filterProviders(providers, item, cfgData, dataCache):
if preferred_versions[pn][1]:
eligible.append(preferred_versions[pn][1])
- # Now add latest verisons
+ # Now add latest versions
for pn in sortpkg_pn.keys():
if pn in preferred_versions and preferred_versions[pn][1]:
continue