Skip to content
Snippets Groups Projects
Commit 8e52bdff authored by Natanael Copa's avatar Natanael Copa
Browse files

cmp-apks-iso: fix spell error that have been around for ages

parent 8b1a5301
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ for dummy,line in ipairs(missing_packages(apks1, apks2)) do ...@@ -67,7 +67,7 @@ for dummy,line in ipairs(missing_packages(apks1, apks2)) do
end end
print("\n") print("\n")
print("New pacakges:") print("New packages:")
for dummy,line in ipairs(missing_packages(apks2, apks1)) do for dummy,line in ipairs(missing_packages(apks2, apks1)) do
print(line) print(line)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment