gluon-status-page: fix typo in comment

This commit is contained in:
Matthias Schiffer 2018-04-13 22:50:37 +02:00
parent 2ef34bddca
commit 6f0d9f1e2d
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -69,8 +69,7 @@ entry({}, call(function(http, renderer)
match(node_ip, parse_ip(site.next_node.ip6()), 8)
) then
-- The user has visited the status page via a next-node address
-- Redirect the user the a unique address to avoid switching
-- nodes
-- Redirect the user to a unique address to avoid switching nodes
local prefix = parse_ip(site.prefix6():match('^[^/]+'))
for _, addr in ipairs(nodeinfo.network.addresses) do
if match(prefix, parse_ip(addr), 4) then