From 5d82da2375372d4c117d80aeecde5acb34dfd983 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 17 Jul 2020 05:29:27 +1000 Subject: Typo-- --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index b0f0049..f154086 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -595,7 +595,7 @@ local getMirrors = function () local m = {} local active = true local URL = 'http://' .. APT.options.referenceSite.value .. '/mirror_list.txt' - I('Downloadin gand parsing http://' .. APT.options.referenceSite.value .. '/mirror_list.txt') + I('Downloading and parsing http://' .. APT.options.referenceSite.value .. '/mirror_list.txt') local p, c, h = http.request(URL) if nil == p then E(c .. " fetching " .. URL) else -- cgit v1.1