diff options
| -rwxr-xr-x | apt-panopticon.lua | 2 |
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 | ||
