* luci/modules/admin-core: fix typo/spec violation in network scheme
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / network
index 9e9de25..c0f3587 100644 (file)
@@ -80,7 +80,7 @@ config variable
 config variable
        option name     'keepalive'
        option title    'keep-alive'
-       option descriptions     'Number of connection failures before reconnect'
+       option description      'Number of connection failures before reconnect'
        option section  'network.interface'
        option datatype 'uint'
        list   depends  'proto=pppoe'
@@ -119,14 +119,14 @@ config variable
        option name     'server'
        option title    'PPTP server'
        option section  'network.interface'
-       option datatype 'ipaddr'
+       option datatype 'host'
        list   depends  'proto=pptp'
 
 config variable
        option name     'device'
        option title    'Modem device'
        option section  'network.interface'
-       option datatype 'file'
+       option datatype 'device'
        list   depends  'proto=ppp'
 
 config variable