summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-10-23 20:21:44 +0300
committerGitHub <noreply@github.com>2016-10-23 20:21:44 +0300
commit3adf168cb096fb910ea3e2e859828eafc320eb04 (patch)
treecc68aae231549dc43155e82330996ff7141ca038 /modules
parent1e1a706db5040d94ec5fd98a1fbf3563637b6c67 (diff)
parent82add136299ab2a660ccbe9786dabf2a5d408966 (diff)
Merge pull request #831 from danrl/patch-1
Typo
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua
index aaf045ca2..10636a491 100644
--- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua
+++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua
@@ -251,7 +251,7 @@ o:depends("nonwildcard", true)
o = s:taboption("general", DynamicList, "notinterface",
translate("Exclude interfaces"),
- translate("Prevent listening on thise interfaces."))
+ translate("Prevent listening on these interfaces."))
o.optional = true
o:depends("nonwildcard", true)