gluon-hoodselector: fix language syntax in util.lua
realaise -> realised
This commit is contained in:
parent
c67f380cc8
commit
3190011e27
@ -60,7 +60,7 @@ function M.tunneldigger_installed()
|
|||||||
return false
|
return false
|
||||||
end
|
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)
|
function M.directVPN(vpnIfaceList)
|
||||||
for _,vpnIface in ipairs(vpnIfaceList) do
|
for _,vpnIface in ipairs(vpnIfaceList) do
|
||||||
local file = io.open("/sys/kernel/debug/batman_adv/bat0/originators", 'r')
|
local file = io.open("/sys/kernel/debug/batman_adv/bat0/originators", 'r')
|
||||||
|
Loading…
Reference in New Issue
Block a user