Skip to content

Commit

Permalink
gluon-status-page: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Apr 13, 2018
1 parent 2ef34bd commit 6f0d9f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f0d9f1

Please sign in to comment.