diff --git a/package/gluon-hoodselector/luasrc/usr/lib/lua/hoodselector/util.lua b/package/gluon-hoodselector/luasrc/usr/lib/lua/hoodselector/util.lua index 6e45e13d..79b4cb9c 100644 --- a/package/gluon-hoodselector/luasrc/usr/lib/lua/hoodselector/util.lua +++ b/package/gluon-hoodselector/luasrc/usr/lib/lua/hoodselector/util.lua @@ -60,7 +60,7 @@ function M.tunneldigger_installed() return false end --- bool if direct VPN. The detection is realaise by searching the fastd network interface inside the originator table +-- bool if direct VPN. The detection is realised by searching the fastd network interface inside the originator table function M.directVPN(vpnIfaceList) for _,vpnIface in ipairs(vpnIfaceList) do local file = io.open("/sys/kernel/debug/batman_adv/bat0/originators", 'r')