gluon-config-mode-mesh-vpn: fix spelling on comments again

Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
Jan-Tarek Butt 2019-04-10 09:48:07 +02:00
parent 7f7f634fa8
commit 59507e4808

View File

@ -50,7 +50,7 @@ return function(form, uci)
o:depends(limit, true)
o.default = uci:get("simple-tc", "mesh_vpn", "limit_ingress")
if has_tunneldigger then
-- Check if limit_bw_down exsists. If not, take value from limit_ingress
-- Check if limit_bw_down exists. If not, take the value from limit_ingress
local limit_bw_down = uci:get("tunneldigger", "mesh_vpn", "limit_bw_down")
if limit_bw_down ~= nil then
o.default = limit_bw_down