From 6f0d9f1e2d5101ee0eac8d831ae64eb56c3ccefb Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 13 Apr 2018 22:50:37 +0200
Subject: [PATCH] gluon-status-page: fix typo in comment

---
 .../luasrc/lib/gluon/status-page/controller/status-page.lua    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/gluon-status-page/luasrc/lib/gluon/status-page/controller/status-page.lua b/package/gluon-status-page/luasrc/lib/gluon/status-page/controller/status-page.lua
index a997ff5f4..bdd46979e 100644
--- a/package/gluon-status-page/luasrc/lib/gluon/status-page/controller/status-page.lua
+++ b/package/gluon-status-page/luasrc/lib/gluon/status-page/controller/status-page.lua
@@ -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
-- 
GitLab