* luci/modules/admin-core: fix typo/spec violation in network scheme
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Oct 2008 22:28:31 +0000 (22:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Oct 2008 22:28:31 +0000 (22:28 +0000)
modules/admin-core/root/lib/uci/schema/default/network

index 00f9420..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'