treewide: fix datetype/datatype typo

Fix 'datetype' typo.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2019-06-16 17:54:04 +03:00
parent ab70fb1ac6
commit cffeee49d7
2 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ o.optional = false
o = s:option(Value, "hostname", translate("Hostname or address of UPS"))
o.optional = false
s.datetype = "host"
s.datatype = "host"
o = s:option(Value, "port", translate("Port"))
o.optional = true
@ -219,7 +219,7 @@ o.optional = false
o = s:option(Value, "hostname", translate("Hostname or address of UPS"))
o.optional = false
s.datetype = "host"
s.datatype = "host"
o = s:option(Value, "port", translate("Port"))
o.optional = true

View file

@ -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"