parse.apkindex: fix typo

CI apparently enforces spellcheck for comments now, so this also fixes
CI :D
This commit is contained in:
Clayton Craft 2023-10-11 12:13:15 -07:00
parent 753e563ccc
commit 4ff0b1f6c2
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ def providers(args, package, arch=None, must_exist=True, indexes=None):
" higher)")
continue
# Add the provier to ret
# Add the provider to ret
logging.verbose(package + ": provided by: " + provider_pkgname +
"-" + version + " in " + path)
ret[provider_pkgname] = provider