aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
diff options
context:
space:
mode:
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