treewide: fix datetype/datatype typo
Fix the "datetype" typo also in 18.06 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
115c4e3751
commit
1d599a7d88
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ o = s:taboption("task", Value, "max_concurrent_downloads", translate("Max concur
|
|||
o.placeholder = "5"
|
||||
|
||||
o = s:taboption("task", Value, "max_connection_per_server", translate("Max connection per server"), "1-16")
|
||||
o.datetype = "range(1, 16)"
|
||||
o.datatype = "range(1, 16)"
|
||||
o.placeholder = "1"
|
||||
|
||||
o = s:taboption("task", Value, "min_split_size", translate("Min split size"), "1M-1024M")
|
||||
|
|
|
@ -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