From 2bda2ea028d18f820cbe3516cfbfae202c03efc6 Mon Sep 17 00:00:00 2001
From: Ruben Barkow <rubo77@users.noreply.github.com>
Date: Wed, 19 Jun 2019 22:40:05 +0200
Subject: [PATCH] gluon-web-mesh-vpn-fastd: update comment after luacheck fixes
 (#1751)

Fixes: 4249d65af73e ("treewide: fix luacheck warnings")
---
 .../luasrc/lib/gluon/config-mode/model/admin/mesh_vpn_fastd.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-web-mesh-vpn-fastd/luasrc/lib/gluon/config-mode/model/admin/mesh_vpn_fastd.lua b/package/gluon-web-mesh-vpn-fastd/luasrc/lib/gluon/config-mode/model/admin/mesh_vpn_fastd.lua
index a22f0fe5a..ad890c317 100644
--- a/package/gluon-web-mesh-vpn-fastd/luasrc/lib/gluon/config-mode/model/admin/mesh_vpn_fastd.lua
+++ b/package/gluon-web-mesh-vpn-fastd/luasrc/lib/gluon/config-mode/model/admin/mesh_vpn_fastd.lua
@@ -20,7 +20,7 @@ end
 function mode:write(data)
 	local site = require 'gluon.site'
 
-	-- methods will be recreated and filled with the original values from site.mesh_vpn.fastd.methods
+	-- site_methods will be recreated and filled with the original values from site.mesh_vpn.fastd.methods
 	-- if performance mode was selected, and the method 'null' was not present in the original table, it will be added
 	local site_methods = {}
 	if data == 'performance' then
-- 
GitLab