diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-12 16:30:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 16:30:42 +0300 |
commit | 896892f9afd2180094ca12faa8a0b5a9f2193207 (patch) | |
tree | 65f2cb8dcc57ebdfdda2d92670d9f2075bf6cc03 /applications | |
parent | 57bdcbebda9a8e53de8c75ca401250226663b438 (diff) | |
parent | d78be98cc4a2fcb799fe06bcdbacafe5afc39c76 (diff) |
Merge pull request #2223 from TDT-AG/pr/20181012-luci-app-mwan3
luci-app-mwan3: fix typo
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/controller/mwan3.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua index 13d47e0dc..35385912c 100644 --- a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua +++ b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua @@ -117,7 +117,7 @@ function diagnosticsData(interface, task) end end - function get_gateway(inteface) + function get_gateway(interface) local gateway = nil local dump = nil |