From 4eb8fea461e417d9ccd0373e9308a37da477ebdb Mon Sep 17 00:00:00 2001 From: Johannes Rudolph <johannes.rudolph@ffnw.de> Date: Sat, 28 May 2016 11:49:06 +0200 Subject: [PATCH] hoodselector: Typo --- hoodselector/luasrc/hoodselector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoodselector/luasrc/hoodselector b/hoodselector/luasrc/hoodselector index d448281..8c6cfa7 100755 --- a/hoodselector/luasrc/hoodselector +++ b/hoodselector/luasrc/hoodselector @@ -79,7 +79,7 @@ end local function brclient_restart() os.execute('ifconfig br-client down') os.execute('ifconfig br-client up') - io.stderr:write('Interface br-clinet restarted.\n') + io.stderr:write('Interface br-client restarted.\n') end local function vpn_stop() -- GitLab