aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-07-17 05:29:27 +1000
committeronefang2020-07-17 05:29:27 +1000
commit5d82da2375372d4c117d80aeecde5acb34dfd983 (patch)
tree147a0a30440b6f30a93a1eac8eed25eef8a4c642
parentOnly print DNS-RR tick or cross if it's a DNS-RR candidate according to mirro... (diff)
downloadapt-panopticon-5d82da2375372d4c117d80aeecde5acb34dfd983.zip
apt-panopticon-5d82da2375372d4c117d80aeecde5acb34dfd983.tar.gz
apt-panopticon-5d82da2375372d4c117d80aeecde5acb34dfd983.tar.bz2
apt-panopticon-5d82da2375372d4c117d80aeecde5acb34dfd983.tar.xz
Typo--
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
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 ()
595 local m = {} 595 local m = {}
596 local active = true 596 local active = true
597 local URL = 'http://' .. APT.options.referenceSite.value .. '/mirror_list.txt' 597 local URL = 'http://' .. APT.options.referenceSite.value .. '/mirror_list.txt'
598 I('Downloadin gand parsing http://' .. APT.options.referenceSite.value .. '/mirror_list.txt') 598 I('Downloading and parsing http://' .. APT.options.referenceSite.value .. '/mirror_list.txt')
599 local p, c, h = http.request(URL) 599 local p, c, h = http.request(URL)
600 if nil == p then E(c .. " fetching " .. URL) else 600 if nil == p then E(c .. " fetching " .. URL) else
601 601