Fix typo in lua comment

Related: rhbz#1990421
This commit is contained in:
Tomas Orsava 2022-01-20 19:03:13 +01:00
parent c8268dca89
commit a9fc87a178

View File

@ -8,7 +8,7 @@
local provides = python.python_altprovides_once(name, evr) local provides = python.python_altprovides_once(name, evr)
-- provides is either an array/table or nil -- provides is either an array/table or nil
-- nil means the function was already called with the same arguments: -- nil means the function was already called with the same arguments:
-- either with another file in %1 or manually via %py_provide -- either with another file in %1 or manually via %py_provides
if provides then if provides then
for i, provide in ipairs(provides) do for i, provide in ipairs(provides) do
print(provide .. ' ') print(provide .. ' ')