From a9fc87a1784593d9a0c41a8d1425129d204113ed Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Thu, 20 Jan 2022 19:03:13 +0100 Subject: [PATCH] Fix typo in lua comment Related: rhbz#1990421 --- pythonname.attr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonname.attr b/pythonname.attr index 85969d7..9cd580a 100644 --- a/pythonname.attr +++ b/pythonname.attr @@ -8,7 +8,7 @@ local provides = python.python_altprovides_once(name, evr) -- provides is either an array/table or nil -- 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 for i, provide in ipairs(provides) do print(provide .. ' ')