From cffeee49d7be19743cc40459fa1f423517f215c0 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 16 Jun 2019 17:54:04 +0300 Subject: treewide: fix datetype/datatype typo Fix 'datetype' typo. Signed-off-by: Hannu Nyman --- .../luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-rp-pppoe-server/luasrc/model/cbi') diff --git a/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua b/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua index e967ce6283..b86b06cf1a 100644 --- a/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua +++ b/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua @@ -27,7 +27,7 @@ o.optional = true o.datatype = "uinteger" o = s:option(Value, "localip", translate("IP of listening side")) -o.datetype = "ipaddr" +o.datatype = "ipaddr" o = s:option(Value, "firstremoteip", translate("First remote IP")) o.datatype = "ipaddr" -- cgit v1.2.3