treewide: fix datetype/datatype typo
Fix 'datetype' typo. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
ab70fb1ac6
commit
cffeee49d7
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue