diff options
author | Sergio E. Nemirowski <sergio@outerface.net> | 2020-11-22 18:29:24 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-11-22 17:35:11 +0200 |
commit | 0f3f464adc9e24646638aa5d71edb995a352dec5 (patch) | |
tree | fdf725dd19688aeb2b8dad2f5814188ccea8c187 /protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js | |
parent | a124005cfe105ae24e6dc654f84f1c12da1b10cd (diff) |
optinal -> optional typo fix
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
Diffstat (limited to 'protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js')
-rw-r--r-- | protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js b/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js index bb61805bda..e1e9c8c39c 100644 --- a/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js +++ b/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js @@ -98,7 +98,7 @@ return network.registerProtocol('gretap', { o.optional = true; o.datatype = 'integer'; - o = s.taboption('advanced', form.Value, 'okey', _("Outgoing key"), _("Key for outgoing packets (optinal).")); + o = s.taboption('advanced', form.Value, 'okey', _("Outgoing key"), _("Key for outgoing packets (optional).")); o.optional = true; o.datatype = 'integer'; |